in reply to XML parsing vs regex
# your regex would fail if <parentNode id="1234"> # would fail because node now has attributes <parentNode > # just one space is all it takes # or this... <nodeINeed><!-- regex this comment, sucka! -->12345</nodeINeed>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML parsing vs regex
by Your Mother (Archbishop) on May 13, 2013 at 22:07 UTC | |
by space_monk (Chaplain) on May 14, 2013 at 05:35 UTC | |
|
Re^2: XML parsing vs regex
by Laurent_R (Canon) on May 13, 2013 at 18:59 UTC |