in reply to Re: Regex problem while parsing tagged, hierarchical data
in thread Regex problem while parsing tagged, hierarchical data
More like some bizarre SGML variant than XML. Valid XML can't omit closing tags; the sample data does that everywhere. But yes, this is a job for a real parser not regexen.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Regex problem while parsing tagged, hierarchical data
by hgolden (Pilgrim) on Sep 12, 2006 at 14:55 UTC |