in reply to Re^4: XML cleanup - regex or ?
in thread XML cleanup - regex or ?
XML doesn't have any mandatory attributes on any elements. It doesn't even define any elements. As I suggested, you are talking of validation errors and not parsing errors. Those are two unrelated concepts. You need not validate the XML the parse it and manipulate it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: XML cleanup - regex or ?
by dHarry (Abbot) on Sep 22, 2010 at 16:29 UTC | |
by ikegami (Patriarch) on Sep 22, 2010 at 16:47 UTC |