|
|
|
|
|
by chrismorgan
2214 days ago
|
|
You wouldn’t parse an HTML document with regular expressions. So why would you parse one with an XML parser? It’s just wrong. (And an effort doomed to failure if you ever have to deal with documents other people wrote, because very few will parse.) |
|