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

Adding or modifying by path

Subject: Adding or modifying by path
From: Hans Gerwitz <xml@xxxxxxxxxx>
Date: Tue, 17 Oct 2000 19:57:04 -0500
modifying the path
First, thanks to the extraordinary efforts of Jeni Tennison, David Pawson,
Michael Kay and everyone who has participated on this list.  I would not
have been able to learn XSLT as it evolves without you.

Now that the gushing is out of the way, I'm desperate for an approach to add
an element to the result tree (which is otherwise a copy of the input tree)
without adding any unneeded "duplicate" elements.  E.g.:

adding /a/b/c with a value of 'foo' to input:

<a>
 <b>
  <c>42</c>
 </b>
</a>

or to:

<a></a>

should *both* prepare:

<a>
 <b>
  <c>foo</c>
 </b>
</a>

with any other content and structure preserved.  This is trivial to
describe, so I'm hoping to feel like a fool when someone shows me how
trivial it is to implement :-)

It should not be relevant, but along the lines of full disclosure: this
sheet is to be the result of a different sheet, which takes "/a/b/c" and
"foo" as input, producing the "add this element" XSLT I seek now (among
other things).

Thanks in advance!
---
Hans Gerwitz
hans @ phobia.com


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


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.