[Home] [By Thread] [By Date] [Recent Entries]
If you want to suppress "regular" output, what's wrong with:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="2.0"
xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
xmlns:saxon = "http://saxon.sf.net/"
exclude-result-prefixes="#all"
>
<xsl:output method="xml" />
<xsl:template match="/">
<xsl:result-document href="doc1.xml">
<doc1/>
</xsl:result-document>
<xsl:result-document href="doc2.xml">
<doc2/>
</xsl:result-document>
</xsl:template>
</xsl:stylesheet>Invoking it like that java net.sf.saxon.Transform -xsl:test.xsl -s:anyfile.xml yields no output on the shell. -Gerrit On 27.01.2011 11:35, Szabo, Patrick (LNG-VIE) wrote: Hi,
Registergericht / Commercial Register: Amtsgericht Leipzig Registernummer / Registration Number: HRB 24930 GeschC$ftsfC<hrer: Gerrit Imsieke, Svea Jelonek, Thomas Schmidt, Dr. Reinhard VC6ckler
|

Cart



