This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xsl:element


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]