Hi fop and xalan dev,
The problem here seems to be that the XSLT document function, when
called with a single argument which is a node-set (in the fop case, a
single element or attribute node) is now using the current directory as
the base URI to resolve relative URI references.
It should use the base URI of the node, which would seem to be the base
URI of the XML document containing the node. The documents FOP is trying
to process are in the same directory as the original XML documnent being
processed.
I think the FOP XSL is correct, but of course, I could be wrong...
Regards,
Karen Lease
Fairly Fanatic Fopper
Sam Ruby wrote:
>
> FYI - The following change:
>
>
>http://cvs.apache.org/viewcvs.cgi/xml-xalan/java/src/org/apache/xalan/templates/FuncDocument.java.diff?r1=1.23&r2=1.24
>
> ..causes the following build failure:
>
> http://jakarta.apache.org/builds/gump/2001-08-18/xml-fop.html
>
> - Sam Ruby
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]