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

Re: Rename element

Subject: Re: Rename element
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Fri, 4 Nov 2005 15:13:55 +0100
Re:  Rename element
Hi again,

>                        <xsl:attribute
>
name="xsi:noNamespaceSchemaLocation"><xsl:text>test.xsd</xsl:text></xsl:attr
> ibute>

A namespace declaration is not an attribute. Does this work?

>        <!-- to change "script" to "scriptin"-->
> <xsl:template match="*[not(self::script)]">
> <xsl:copy>
>    <xsl:copy-of select="@*"/>
>  </xsl:copy>
>                <xsl:apply-templates/>
> </xsl:template>

This template does quite the opposite of what your comment states.
This templates matches all elements that are _not_ named script. The
other template, which I provided in my first solution, is the one to
change script to scripting. Both should be used - and this one, you
can use instead of the template matching "sample1", which is very
specific in its target.

As already pointed out, you should read some tutorials on the subject.
http://www.w3schools.com/ provides basic tutorials on a wide range of
subjects. This should help getting you started.

Regards,
Ragulf Pickaxe :-)

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.