xsl-list
[Top] [All Lists]

Re: [xsl] replacing nodes during xsl:copy-of

2011-01-05 03:28:12
On 5 January 2011 09:22, Mark Anderson 
<mark(_dot_)anderson(_at_)technique-mis(_dot_)com> wrote:
Hi All

Stuck on a problem trying to copy a nodeset and replace one specific node.

I have something like this in my XML

<clause name="Expenses">
                    <text>the reasonable expenses incurred by the Company and 
approved by the Customer in providing the Services described herein, 
including but not limited to travel expenses between the Company's <replace 
id="local_office">Leeds (UK)</replace>offices and the Customer's 
offices</text>
</clause>

hi,

Process <clause> using the identity template (possibly with a mode)
and then use a specific template for <replace>.

If you aren't sure about the terms, google them as this is a standard technique.

cheers
andrew

-- 
Andrew Welch
http://andrewjwelch.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>
--~--