Re: Problems with XSLTInputSource

2005-11-07 Thread David Bertoni
[EMAIL PROTECTED] wrote: Hi Thanks for your response, here are some more details: Platform: Solaris Xalan Version: 1.9 Xerces Version: 1.6 Compiler: SUNWspro6.2 I suspected you were using the Sun compiler. There is a defect in the compiler's C++ run-time library that returns bogus data whe

Re: Problems with XSLTInputSource

2005-11-07 Thread christopher . j . downey
  To:        [email protected]         cc:                 Subject:        Re: Problems with XSLTInputSource [EMAIL PROTECTED] wrote: > > Hi > > I am quite new to Xalan and XSLT and Im having a few problems trying to > transform an XML message using a simple XSLT fi

Re: Problems with XSLTInputSource

2005-11-04 Thread David Bertoni
[EMAIL PROTECTED] wrote: Hi I am quite new to Xalan and XSLT and Im having a few problems trying to transform an XML message using a simple XSLT file. I have a char* inputMessage that contains the xml to be transformed. I am using an isstrstream to populate the XSLTInputSource. I am also

Problems with XSLTInputSource

2005-11-04 Thread christopher . j . downey
Hi I am quite new to Xalan and XSLT and Im having a few problems trying to transform an XML message using a simple XSLT file. I have a char* inputMessage that contains the xml to be transformed.  I am using an isstrstream to populate the XSLTInputSource.  I am also using the compileStylesheet me