Posted on 2007-06-27 13:39:48-07 by benstevens
xml attributes in Core::Parser::checkAttributes
In Core::Parser->checkAttributes why are any attributes from XML namespace rejected?
snippet:
if (grep {$_->{ns} eq XML_NS} values %$attrs) { $expat->xpcroak("invalid xml attribute"); }
Thanks!

Ben
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.