Feature #1338
Implement XML document element access going down a predefined hierarchy
Status: | Closed | Start date: | 10/23/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 00-09-00 | |||
Duration: |
Description
Going down a predefined hierarchy of an XML file is relatively cumbersome in the actual implementation. A GXmlNode::element()
method should be implemented that takes a single string with a specific format that describes the XML access hierarchy, e.g.
params > param[1] > value > struct
will access the element
<params> <param>One</param> <param> <value> <struct>
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 10 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
- Target version set to 00-09-00
- % Done changed from 0 to 100
Merged into devel
branch.