This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Adding or modifying by path


Hans Gerwitz wrote:
> 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

I hope I'm not the only one here who has absolutely no idea what
non-trivial thing you are trying to do. :) What is the input, what is
the output, what do you mean by /a/b/c and how does that relate to the
input and output? Where are the 'duplicates' you speak of?

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]