XMLDOMParser parse: (FileLocator imageDirectory / 'hocr_sample.html')
contents.

In Pharo #20623, the above works fine, but in #30856 it spins "forever"
processing DTDs. Investigation further, "parser isValidating: false" is
supposed to disable DTD validation, but the library still seems to download
all the DTDs that it's never going to use, which takes quite a long time for
nothing.

What are my options? Is there an XML version prior to DTD implementation
that works in 3.0?



-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/XMLDomParser-Changes-in-Pharo-3-0-tp4778401.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to