haysclark / as3-xpath

1 stars 0 forks source link

Utility method to change the values of selected nodes #5

Open haysclark opened 10 years ago

haysclark commented 10 years ago

From peterj...@gmail.com on June 13, 2007 03:39:23

It is a relatively common use-case to want to select nodes and then change their values, but it's a pain using E4X alone. Add a method to take the pain away.

In particular, changing the value of a text node or (worse) text nodes inside nodes with mixed content.

See http://groups.google.com/group/xpath-as3/browse_thread/thread/7929b1384b6bcc5b?hl=en-GB

Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=5

haysclark commented 10 years ago

From peterj...@gmail.com on June 13, 2007 03:44:02

Labels: -Type-Defect Type-Enhancement Usability

haysclark commented 10 years ago

From peterj...@gmail.com on June 13, 2007 03:44:23

Labels: -Usability