hello, i need help evaluating xpath expresion,
when i evalute an expresion, i get the values of the expresion, but i
want the tags of xml too,
i am evaluating whit this code:

XObjectPtr    theResult(
                       theEvaluator.evaluate(
                       theDOMSupport,
                       theDocument,
                       XalanDOMString(argv[2]).c_str(),
                       thePrefixResolver));
                       assert(theResult.null() == false);
cout <<  theResult->str();

when i print the result, i get values of my xml, and i need the xml whit
all the tags

thanks

nacho


__________ NOD32 1.1024 (20050311) Information __________

This message was checked by NOD32 antivirus system.
http://www.nod32.com





Reply via email to