xsl-list
[Top] [All Lists]

Re: [xsl] Alternative of XSL:document in XSLT 2.0

2007-05-29 01:41:24

Hi List;
xsl:document is not working with version 2.0 of xslt. It is working fine 
with version 1.1. Could anyone suggest me the alternative. I just want to 
generate errorlog of xml files by XSLT.

There is no version XSLT 1.1. There was an early working draft but it was
never developed to a full specification. The xsl:document command in
xsl2 does work, but presumably does something different than you expect
(it generates document nodes, not multiple output files) There was no
need to ensure compatibility with the xsl 1.1 working draft as xsl 2 was
developed.

You are probably looking for xsl:result-document.

David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--