[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] xsl:element


Subject: Re: [xsl] xsl:element
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 21 Sep 2001 13:42:20 -0600 (MDT)

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.

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

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



Current Thread