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


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


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