in reply to Re: XML::SAX::PurePerl, handle entities
in thread XML::SAX::PurePerl, handle entities
I am not blaming the module and i'm afraid i can't show you my 'broken code' but this was how i ran into the lt-gt issue (that i can avoid):
$parser->parse_string("<?xml version=\"1.0\"?> <!DOCTYPE root [ <!ENTITY lt \"<\"> <!ENTITY gt \">\"> ]> <root><SOMETHING></root>");
The XML i'm working on is well-formed, weird and kinda big. Currently i'm facing a "End tag mismatch"-error, but havn't figured out what's causing it
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::SAX::PurePerl, handle entities
by ikegami (Patriarch) on Aug 12, 2010 at 17:44 UTC | |
by VirtualRider (Initiate) on Aug 12, 2010 at 18:13 UTC | |
by ikegami (Patriarch) on Aug 12, 2010 at 18:25 UTC |