You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by Ryosuke Nanba <Ry...@justsystem.co.jp> on 2000/03/03 08:27:30 UTC

Re: [BUG?] first "xmlns" attribute of root element causes network connection on non-validating parsing.

Hi, everyone.

Pierpaolo Fumagalli wrote:
> One easy hack is to set the "namespace" feature to true...
> It solved that in my environment...

Thank you!
But I'm still unhappy...

Hacked parser still access www.w3.org, when I feed UTF-16 input.
# try utf-16le.xml & utf-16be.xml in samples.zip.

And hacked parser can't parse some UTF-8 input which can be 
parsed by normal SAXParser.
# try diary.xhtml (written in Japanese) in samples.zip 
---
	Ryosuke Nanba

Re: [BUG?] first "xmlns" attribute of root element causes network connection on non-validating parsing.

Posted by Ryosuke Nanba <Ry...@justsystem.co.jp>.
Hi everyone.

I wrote:
> Hacked parser still access www.w3.org, when I feed UTF-16 input.
> # try utf-16le.xml & utf-16be.xml in samples.zip.
> 
> And hacked parser can't parse some UTF-8 input which can be
> parsed by normal SAXParser.
> # try diary.xhtml (written in Japanese) in samples.zip

All cases work fine on Xerces-J 1.0.3, without any hack!
Thanks!
---
	Ryosuke Nanba