xsl-list
[Top] [All Lists]

Re: [xsl] xsl:output and xsl:result-document

2009-09-15 12:09:07
2009/9/15 Mike Sokolov <sokolov(_at_)ifactory(_dot_)com>:
Is it possible to generate XML documents with xsl:result-document while
outputting text as the main stylesheet result?

Only using xsl:message, or if possible restructuring your transform to
output what you would've output during the result-document section at
a different time.

It seems as if xsl:output
applies to the whole stylesheet process: both the main result and the
xsl:result-document results.  Is that right?

Most if not all of the attributes you can specify on xsl:output can
also be specified on xsl:result-document, which then only apply to
that specific document (indent, omit-xml-declation etc)


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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