Re: Possible bug in XML::SAX causing new_from_xml() to croak

2006-05-20 Thread Joshua Ferraro
Hi all, Right ... I was using the PurePerl parser. As soon as I installed XML::SAX::Expat the combining characters problem went away. Thanks! -- Joshua Ferraro VENDOR SERVICES FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime

Re: Possible bug in XML::SAX causing new_from_xml() to croak

2006-05-19 Thread Edward Summers
On May 19, 2006, at 9:57 PM, Edward Summers wrote: $parser = XML::SAX::ParserFactory->new(); oops that should've been: $parser = XML::SAX::ParserFactory->parser(); I also should have mentioned that you can tell XML::SAX::ParserFactory which underlying parser to use, but I fo

Re: Possible bug in XML::SAX causing new_from_xml() to croak

2006-05-19 Thread Edward Summers
On May 19, 2006, at 7:59 PM, Joshua Ferraro wrote: I've attached a small script that reproduces the same error we're getting in the new_from_xml() method. Try it out and see what it does for you. Works ok for me, at least it doesn't crash :-) So ... Is there a workaround that we can use to fi

Possible bug in XML::SAX causing new_from_xml() to croak

2006-05-19 Thread Joshua Ferraro
Hi all, OK ... I think I've narrowed down the problem to a bug in XML::SAX when dealing with combining characters, but I'd like some feedback before I go and post this bug ... I'm new to SAX and XML parsing/ encoding issues in general ... I've attached a small script that reproduces the same erro