in reply to Re^2: XML::SAX::PurePerl, handle entities
in thread XML::SAX::PurePerl, handle entities
That code doesn't run. Something about $parser not having a value. You'd think it would be a XML::SAX::PurePerl object, but it doesn't have a parse_string method. What are you talking about?!
And why are you trying to redefine < and >? Those are two of the four entities XML understand nativly. I've even shown that XML::SAX::PurePerl handles them.
Update: Must have run a bad test. It does indeed have parse_string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::SAX::PurePerl, handle entities
by VirtualRider (Initiate) on Aug 12, 2010 at 18:13 UTC | |
by ikegami (Patriarch) on Aug 12, 2010 at 18:25 UTC |