You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/11/25 16:23:25 UTC

DO NOT REPLY [Bug 14826] - xsl:document does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14826>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14826

xsl:document does not work





------- Additional Comments From keshlam@us.ibm.com  2002-11-25 15:23 -------
xsl:document is not part of the XSLT 1.0 spec.

I _think_ what you're looking for is either our "redirect" extension 
(http://xml.apache.org/xalan-j/extensionslib.html#redirect), or the XSLT 2.0 
"secondary result tree" capability (xsl:result-document, which I don't think we 
have implemented yet even in our 2.0 early-prototype code).