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

Re: Modifying select attribute values in XHTML

Subject: Re: Modifying select attribute values in XHTML
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 17 Aug 2006 16:05:38 -0400
match xhtml
Brook,

Take this:

At 01:20 PM 8/17/2006, you wrote:
<xsl:template match="xhtml/*">
  <xsl:copy>
 <xsl:copy-of select="@*[not(name()='src' or name()='href')]"/>
    <xsl:apply-templates select="*"/>
  </xsl:copy>
</xsl:template>

and modify it to match "xhtml//*".


At that point it will match not only children of your xhtml element, but all descendants.

Then you'll be rolling: the rest of your approach looks good.

Regards,
Wendell

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.