
10 Feb
2013
10 Feb
'13
2:04 a.m.
Michael Snoyman
Hi Grant, As you might expect from immutable data structures, there's no way to update in place. The approach you'd take to XSLT: traverse the tree, check each node, and output a new structure. I put together the following as an example, but I could ...
Thanks a lot, I really appreciate it, Grant