xsl-list
[Top] [All Lists]

Re: [xsl] sorting and multiple output documents in xslt 2.0

2011-07-29 12:53:13
Meghan Finch wrote:

This does actually create two outputs, one for masters and one for
theses. However, it only copies the DISS_description element and its
children. I want the entire DISS_submission to be copied. I’ve tried
replacing xsl:copy-of to just “DISS_submission” but that just creates
two new documents with all of the DISS_submission ‘s, not a sort
between masters and doctoral.

What about the attributes and other child elements (like "DISS_authorship"), do you want to copy them as well?


--

        Martin Honnen --- MVP Data Platform Development
        http://msmvps.com/blogs/martin_honnen/

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