Hi,
I am trying to figure out the best way to replace a
node within an in-memory XML fragment.
For example, lets say I have the following fragment
in memory…
<communitygroup>
<group>
<name>Test</name>
<services>
<service
value="true">2</service>
</services>
</group>
</communitygroup>
…and want to replace the services node with the
following…
<services>
<service value="false">1</service>
<service value="true">2</service>
<service value="false">3</service>
</services>
Is there a way of doing this in XQuery?
Obviously I could use an XSL transformation, which
would give me the result I want, but maybe there is a more efficient way using
XQuery?
Thanks
Rob
Walpole
Devon Portal Developer
Email robert.walpole-z67GYmfiJqS5nN1hM+u2rQ@xxxxxxxxxxxxxxxx
Web http://www.devonline.gov.uk