Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Latin-1 characters and XML

by grantm (Parson)
on Apr 30, 2003 at 19:05 UTC ( [id://254427]=note: print w/replies, xml ) Need Help??


in reply to Latin-1 characters and XML

I don't think using SAX is likely to solve your problem directly, but the reason it's not working for you is that you haven't installed a SAX parser. XML::SAX installs a base class for writing your own SAX filters and a framework for selecting a parser module using a ParserFactory class. It also installs a PurePerl XML parser which in addition to being slow, also requires Perl 5.8 to handle encodings. If you install XML::SAX::Expat, it will configure itself into the SAX ParserFactory framework as the default parser and it does support iso-8859-1 encoding.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://254427]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found