[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Apply-templates - how to omit top level element ta

Subject: RE: Apply-templates - how to omit top level element tags?
From: "Mike Schinkel" <mikes@xxxxxxxxx>
Date: Thu, 8 Sep 2005 19:48:10 -0400
RE:  Apply-templates - how to omit top level element ta
>> (Of course you get element nodes, not tags, but leave that for now:-)
so when you add a temnplate for Name that says (just) that element
should not be copied but instead just process it's childen, then Name is
no longer copied. So adding that template hardly changed everything, it
just changed the processing of one element type.

But the output changed from something I could publish to something that
would be very wrong to publish.  And if that change was buried deep in
the output, well, OUCH because we might not catch it.  That's why I say
XSL is fragile.

-Mike

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Thursday, September 08, 2005 7:28 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Apply-templates - how to omit top level element tags?




	<xsl:template match="Name">
		<xsl:apply-templates/>	<!-- THIS CHANGES EVERYTHING!
-->
	</xsl:template>



well it does, but why the !?

You had specified that all nodes should be copied, so you get

					<!-- THIS DIDN'T WORK - INCLUDE
<Name/> TAGS -->
					<xsl:apply-templates
select="Name"/>
				</h1>

(Of course you get element nodes, not tags, but leave that for now:-) so
when you add a temnplate for Name that says (just) that element should
not be copied but instead just process it's childen, then Name is no
longer copied. So adding that template hardly changed everything, it
just changed the processing of one element type.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. For more information on a proactive anti-virus
service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.