RE: Supported protocols

2002-11-12 Thread kroy
;;; // 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" &

Supported protocols

2002-11-12 Thread kroy
What are the supported protocols for XSL on sun/hp? Where can I think this information? Thanks, Kevin

RE: Problem with running Xalan on Solaris 5.8 in C++.

2002-11-11 Thread kroy
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

Problem with running Xalan on Solaris 5.8 in C++.

2002-11-11 Thread kroy
> 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