diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:21:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:21:29 +0200 |
commit | bada6666c70977a058755ccf232e7d67b24adeed (patch) | |
tree | 1e92d50cebce96abaf9bce19e36026c47f77b9ba /xsd/examples/cxx/tree/xpath/README | |
parent | eaf34adcbd8095bc6d1f3371b1227f654c7b19fc (diff) |
New upstream release
Diffstat (limited to 'xsd/examples/cxx/tree/xpath/README')
-rw-r--r-- | xsd/examples/cxx/tree/xpath/README | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/xsd/examples/cxx/tree/xpath/README b/xsd/examples/cxx/tree/xpath/README index 48d40d6..1187743 100644 --- a/xsd/examples/cxx/tree/xpath/README +++ b/xsd/examples/cxx/tree/xpath/README @@ -30,17 +30,13 @@ dom-parse.cxx XML document to a DOM document. driver.cxx - Driver for Xerces-C++ 3.x.y/XQilla 2.2.x. It first calls the above - parse() function to parse the input file to a DOM document using - XQilla-provided DOM Implementation with support for XPath 2. It - then parses the DOM document to the object model. Finally, it - prepares and executes an XPath query on the underlying DOM - document and then handles the result by getting back from the - returned DOM nodes to object model nodes. - -driver-2.cxx - Driver for Xerces-C++ 2.x.y/XQilla 2.1.x. It performs the same set - of actions as driver.cxx above. + Driver for the example. It first calls the above parse() function to + parse the input file to a DOM document using XQilla-provided DOM + Implementation with support for XPath 2. It then parses the DOM + document to the object model. Finally, it prepares and executes + an XPath query on the underlying DOM document and then handles + the result by getting back from the returned DOM nodes to object + model nodes. To run the example on the sample XML document simply execute: |