From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- xsd/examples/cxx/tree/xpath/README | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'xsd/examples/cxx/tree/xpath/README') 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: -- cgit v1.2.3