Subject: Re: xsl:element
From: Mark Nahabedian <naha@xxxxxxxxxx>
Date: Sat, 22 Sep 2001 17:32:24 -0400
|
Mike Brown writes:
> Mark Nahabedian wrote:
> > <xsl:element name="foo">
> > This is a foo element
> > </xsl:element>
> >
> > in a transform causes that transform to add a single element, "foo" to
> > the output tree. This element has a single child which is a text
> > node. Note that this example is no different from
> >
> > <foo>
> > This is a foo element
> > </foo>
>
> There is one difference. Any namespace nodes on the literal result
> element will be copied to the result tree. Namespace nodes on
> xsl:element will be ignored.
So the output element generated by xsl:element will only have those
namespace attributes that are explicitly specified? Subtle. Thanks
for bringing it to my and the list's attention.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|