> I'm a little confused - according to the Xalan-C++ web site, the > exsl:document function IS supported in release 1.8, and I even see the > FunctionDocument in the sources, however, when trying to use it, like > so: <exsl:document href="test.html"> > <html> > <head></head> > <body> > Testing > </body> > </html> > </exsl:document>
If you can provide a link to the page on the web site that claims support for exsl:document, that would be great, because it is incorrect. Xalan-C++ does not support extension elements, and cannot support exslt:document. It does, however, support the standard XSLT document() function, which is what is implemented in the file src/xalanc/XSLT/FunctionDocument.cpp. Dave