How does one go about choosing where in the XmlText of a node to place a new node?
For example:
<cfsavecontent variable="bob">
<p>One <strong> two <i>three</i> four</strong> five</p>
</cfsavecontent>
<cfscript>
x=XMLParse(bob);
</cfscript>
So know I want to add another node (say, another <i>) in between the i and v
of the five.
How would one do this?
Thanks,
Jason
-----------------------+
cf-xml mailing list
http://torchbox.com/xml/list.cfm
