;;;
// const char* const theXSLFileName =
"file:///vol/users/kroy/testXalan/XML.xsl";
XalanTransformer xalan;
const XalanCompiledStylesheet* css = 0;
if (xalan.compileStylesheet(theXSLFileName, css) != 0)
{
cout << "compileStylesheet" &
What are the supported protocols for XSL on sun/hp?
Where can I think this information?
Thanks,
Kevin
I found some more information that might be helpful.
I tried using the TestXalanTransformer example and received the following
results.
The following snippet of code works.
const char* const theXMLFileName =
"file:///vol/users/kroy/testXalan/foo.xml";
// const c
> Recently I took over a project that uses the xerces and xalan libraries.
>
> The code that is causing the problem works beautifully on windows, but on
> sun we are receiving the
> following error.
>
> XSLT warning: Fatal Error at (file , line 0, column 0): An exception
> occurred! Type:Malform