Re: MapNode problems

2006-06-05 Thread David Bertoni
Antonio Scotti wrote: Here is what I do: void doXpath(xercesc_2_7::DOMElement* theElem, xercesc_2_7::DOMDocument* theDoc) { XALAN_CPP_NAMESPACE::XercesDocumentWrapper* theWrapper; XALAN_CPP_NAMESPACE::XercesDOMSupport* theDOMSupport; XALAN_CPP_NAMESPACE::XercesParserLiaison* theParserLiaison

Re: MapNode problems

2006-06-05 Thread Antonio Scotti
Here is what I do: void doXpath(xercesc_2_7::DOMElement* theElem, xercesc_2_7::DOMDocument* theDoc) { XALAN_CPP_NAMESPACE::XercesDocumentWrapper* theWrapper; XALAN_CPP_NAMESPACE::XercesDOMSupport* theDOMSupport; XALAN_CPP_NAMESPACE::XercesParserLiaison* theParserLiaison; const XALAN_CPP_NAMES

Re: MapNode problems

2006-06-01 Thread David Bertoni
Antonio Scotti wrote: Hi! I've a problem using a XercesDocumentWrapper. I've a Xerces DOMDocument and I'd like to evaluate an xpath expression on a specific DOMElement. What I've done is to build a XercesDOMWrapperParsedSource (using the DOMElement, a XercesParserLiaison and a XercesDOMSuppo

MapNode problems

2006-05-31 Thread Antonio Scotti
Hi! I've a problem using a XercesDocumentWrapper. I've a Xerces DOMDocument and I'd like to evaluate an xpath expression on a specific DOMElement. What I've done is to build a XercesDOMWrapperParsedSource (using the DOMElement, a XercesParserLiaison and a XercesDOMSupport). Then I got a Xer