xsl-list
[Top] [All Lists]

Re: [xsl] xslt 1.1 xsl:document

2006-11-10 05:53:03

The inner one doesn't have these attributes and the file created by the
inner one doesn't inherit the doctype from the outer one  

xsl:result-document attributes don't inherit from each other but they do
all inherit from xsl:output. If you set a doctype on xsl:output you
can't unset it on xsl:result-document.

However this isn't so bad in xslt2 as you can have named output
definitions, so even if you have a default (unnamed) xsl:output that
used doctype, you can have another xsl:output that sets up a named
output definition that does not use doctype, and reference that named
output definition in xsl:result document.

David

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>