Community Member Profile
andy
Member since Feb 17, 2010
- Profile: /members/5469-andy.htm
- Comments: 1
- Points: 9
Recent Blog Comments By andy
-
Deleting XML Node Arrays From A ColdFusion XML Document
Posted on Feb 17, 2010 at 12:40 PM
It appears that you can only remove nodes from the XML document that you performed the xmlSearch on. Also, the cfargument XMLDocument is not required in the function because LOCAL.ParentNodes = XmlSearch( LOCAL.Node, "../" ) is not searching the passed in XMLDocument. What would you do if y... read more »



