Just as the title asks: are there any XML pull parser implementations in a Perl library?
I looked at XML::TokeParser, but it’s nine years old! I’m sure there’s something out there that is functional?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out XML::TreePuller – it’s a hybrid tree and pull parser that’s very convenient to use and also very fast. I created it to power MediaWiki::DumpFile which you can use as a real world example of how to do something with it but it also has quite a bit of documentation.