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

questions

Subject: questions
From: "Mihir D. Gore" <mihirg@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Sep 2001 13:37:52 +0530
 questions
I am attempting to write a diff-patch tool for xml.
I plan to do the patching work using using xsl.
As a part of this i have some questions...

1. How do change the name-value pair of an attribute using xsl?
2. How do i completely delete a attribute using xsl?
3. How do i add a attribute using xsl?


for eg  consider an input xml in the form

<book author="Lippman" price="20">
</book>

If decide to change the attribute price to cost the xml should look like..
<book author="Lippman" cost="20">
</book>

if i delete the attribute price the xml after transformation should look
like
<book author="Lippman" >
</book>

if i add a new attribute say currency the xml after transformation should
look like
<book author="Lippman" price="20" currency="Dollars">
</book>

Regards
Mihir


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • questions
    • Mihir D. Gore - Thu, 13 Sep 2001 04:17:07 -0400 (EDT) <=

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.