[Home] [By Thread] [By Date] [Recent Entries]
At 2011-11-25 17:07 +0000, you wrote:
> Well, I've already made one big mistake today ... I'll risk another. I'll > say: > > <foo>bar</foo> > > The imported method would have changed the main output to text except that > the result-document instruction overrides that. > > Why do you ask? Okay ... you made me look ... and I get what I thought I would get: t:\ftemp>type andrew.xsl
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:import href="B.xslt"/> <xsl:template match="/" name="main">
<xsl:result-document method="xml">
<foo>bar</foo>
</xsl:result-document>
</xsl:template></xsl:stylesheet> t:\ftemp>type b.xslt
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:output method="text"/> </xsl:stylesheet> t:\ftemp>xslt2 andrew.xsl andrew.xsl <?xml version="1.0" encoding="UTF-8"?><foo>bar</foo> t:\ftemp> Are you getting anything different? . . . . . . . . . Ken -- Contact us for world-wide XML consulting and instructor-led training Free 5-hour video lecture: XSLT/XPath 1.0 & 2.0 http://ude.my/t37DVX Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Google+ profile: https://plus.google.com/116832879756988317389/about Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|

Cart



