|
Subject: Re: [xsl] Spliting one XML to multiple XML docs using XSL From: Mitch Amiano <mitch.amiano@xxxxxxxxxxxxxxxxxxxx> Date: Fri, 25 Oct 2002 09:16:53 -0400 |
XSLT 1.1 had an xsl:document element to do this, and there were processor-specific extensions to accomplish the same thing. Saxon has saxon:output for instance, which is a synonym for xsl:document.
<xsl:template match="/">
<xsl:document method="text" href="bar.txt">
<xsl:apply-templates/>
</xsl:document>
</xsl:template><xsl:template match="/"> <xsl:result-document format="xml" href="foo.xml"> <xsl:apply-templates mode="foomode"/> </xsl:result-document> </xsl:template>
- Mitch SoftwareAdjuvant.com
Hi All,
Is it possible to split the imput XML into multiple XML trees??
I am merging the multiple xml files using XSL, I want the reverse of it.
Any suggestion or tips & tricks are welcome.
Thanks Dennis
__________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Spliting one XML to multi, Dennis | Thread | Re: [xsl] Spliting one XML to multi, Dennis |
| Re: [xsl] Building RTF variable, David Carlisle | Date | [xsl] msxsl:script with VBScript & , aruniima . chakrabar |
| Month |