Does anybody know where I can get an example of a VC++ XPath routine that
returns a NodeList ? Please provide anything with a *concrete* source code
example, thanks. Why ? I'm quite a newbie at VC++ and there's only so much
geek talk that I can handle :)

I've done advanced XPath in Xalan-Java. Unfortunately my experience doesn't
actually hold water in Xalan VC++. Pointers, asserts .... arrgghhh......

Looked into the VC++ XPath example in Xalan but all it does is return the
node name wrapped in a CharVectorType (or something). Furthermore, why do we
have XalanNode and DOM_Node atthe same time ? Isn't this a bit messy and
makes using the Xalan and Xerces code only for advance coders ? Perhaps
there should only be one standard "Node" since dealing with XPath requires
using Xerces (DOM_Node) and Xalan (XalanNode) interchangebly.

Reply via email to