You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Boris Kolpackov <bo...@codesynthesis.com> on 2010/04/09 21:59:38 UTC

Re: Is it possible to perform XPath searches with Xerces on an XML file?

Hi Ramon,

Ramon F. Herrera <ra...@patriot.net> writes:

>   Exception message is:
>   expression has incorrect syntax or contains XPath features not  
> supported by the XML Schema XPath subset

Xerces-C++ itself only provides support for a subset of XPath which
is defined in the XML Schema 1.0 specification. If you want complete
XPath support, then you will need to add XQilla:

http://xqilla.sourceforge.net/

Boris

-- 
Boris Kolpackov, Code Synthesis        http://codesynthesis.com/~boris/blog
Open-source XML data binding for C++   http://codesynthesis.com/products/xsd
XML data binding for embedded systems  http://codesynthesis.com/products/xsde
Command line interface to C++ compiler http://codesynthesis.com/projects/cli