RE: [xsl] appendig to multiple output files

Subject: RE: [xsl] appendig to multiple output files
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 25 Jan 2002 19:56:22 -0000
> ><xsl:template match="output">
> ><xsl:param name="input" select="document(@file)/*"/>
> ><xsl:document href="@file">
> ><xsl:copy-of select="$input"/>
> ><xsl:apply-templates/>
> ></xsl:document>
> ></xsl:template>

This reminds me that we haven't said anything in XSLT 2.0 about what happens
if you try to read and write the same URL within a single transformation. We
will have to say it's an error, but whether we say the processor has to
detect it and report it is another question.

(It's related to another problem with multiple output files: we need to say
something about whether or not output files might have been created when the
transformation fails.)

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread