diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:25:44 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:25:44 +0200 | 
| commit | 8286ac511144e4f17d34eac9affb97e50646344a (patch) | |
| tree | f1af7320d7b6be6be059216d0ad08ac7b4f73fd0 /xsd/examples/cxx/tree/xpath/README | |
| parent | a15cf65c44d5c224169c32ef5495b68c758134b7 (diff) | |
Imported Upstream version 4.0.0upstream/4.0.0
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: | 
