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

Antwort: Re: Changing the Attibute Value

Subject: Antwort: Re: Changing the Attibute Value
From: christoph.naber@xxxxxxxxxxx
Date: Mon, 21 Jul 2008 12:47:01 +0200
 Antwort: Re:  Changing the Attibute Value
andrew.j.welch@xxxxxxxxx schrieb am 21.07.2008 11:47:12:

>
> The stylesheet below does most of what you asked, you just need to add
> an extra template to handle the address element:

The template for the Address-node, just in case you still need it:

<xsl:template match="Address[parent::VisualObject[xsi:type =
'CChamferEx']]" >
        <xsl:copy>
                <xsl:copy-of select="@*">
                <xsl:value-of select="concat(
                                                substring-before(.,
'ChamferedRectangle'),
                                                'Fillet',
                                                substring-after(.,
'ChamferedRectangle')
                                                )" />
        </xsl:copy>
</xsl:template>

Greetings Christoph





If you are not the intended addressee, please inform us immediately that you
have received this e-mail in error, and delete it. We thank you for your
cooperation.

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.