Re: Xalan transform hand-built DOM

2006-06-05 Thread David Bertoni
[EMAIL PROTECTED] wrote: Hi Dave, Thank you once again for your helpful reply. >> >> I have, as suggested, created a trivial program that illustrates the >> problem. >> It is based on the XalanTransfrom example with minimal changes. >> It is attached. >> >> Hopefully it shows where I am

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: Xalan transform hand-built DOM

2006-06-05 Thread Peter . Marron
Hi Dave, Thank you once again for your helpful reply. >> >> I have, as suggested, created a trivial program that illustrates the >> problem. >> It is based on the XalanTransfrom example with minimal changes. >> It is attached. >> >> Hopefully it shows where I am going wrong. >> Maybe the prob

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: Xalan-c release that compiles with VS2005

2006-06-05 Thread Dean O'Connor
Thank you David. Yes I just added these to my PATH environment variable (in XP), to find the Xerces DLL's, and both release and debug builds from trunk svn were successful in VS2005. F:\projects\xerces-c\trunk\Build\Win32\VC8\Release;F:\projects\xerces-c\trunk\Build\Win32\VC8\Debug Che