>
> - Well, hate to be a bit nitpicky (I know you know this), but
> just to be explicit, you need to have a single root element
> in order for it to be well-formed. The following is a legal
> stylesheet is it not?
>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:template match="/">
> <Foo/>
> <Bar/>
> </xsl:template>
> </xsl:stylesheet>
>
> But you would certainly not say the result is well-formed :)
>
I hate to be nit-picky but the result is a well-formed external general
parsed entity.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|