|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: copying only elements
> How can I copy just the elements of a node (no attributes and > no values). Like this: <xsl:template match="*"> <xsl:copy> <xsl:apply-templates select="*"/> </xsl:copy> </xsl:template> Mike Kay Software AG > For example, given the following xml: > > <EMAIL id="2"> > <FROM>JOHN</FROM> > <TO>JACK</TO> > <SUBJECT x="5">Hello</SUBJECT> > </EMAIL> > > I want to copy this: > > <EMAIL> > <FROM></FROM> > <TO></TO> > <SUBJECT></SUBJECT> > </EMAIL> > > > In other words, copy just the elements (no attributes and no values). > > Thanks > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at > http://explorer.msn.com/intl.asp > > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








