xsl-list
[Top] [All Lists]

Re: [xsl] insert to copied node

2009-03-19 19:30:21
Hi guys,

But what i need is to use template in template. The problem is that in
one template i extract some informations from it and i generate
content of <test> node. But after that i want to insert it to the
called one. You can't just call second time the template or just
detail the level of match). I didn't want to copy one element at the
time either.

I solved the problem by calling copying more nodes.

M.

On Fri, Mar 20, 2009 at 12:15 AM, David Carlisle 
<davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

If you want to modify the contents of an element then you don't want to
copy it (as copies have the same structure as the original) you need to
apply templates. Start with the identity template which does a shallow
copy of each node, then applies templates to child nodes, then add a
template to modify whatever you need to modify.

there are numerous examples of this in the faq and archives of this
list.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>