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>
I get no resulting document, no errors are signaled, nothing. Any
hints/clues/information I've missed? I've tried pointing the namespace
to both http://exslt.org/common and http://xml.apache.org/xalan .