Skip Menu |

This queue is for tickets about the XML-DOM CPAN distribution.

Report information
The Basics
Id: 1967
Status: resolved
Priority: 0/
Queue: XML-DOM

People
Owner: Nobody in particular
Requestors: marek.rouchal [...] infineon.com
Cc: gnp [...] acm.org
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.42
Fixed in: (no value)



Subject: one error in test
This is to report the failure of test #2 in t/dom_jp_print of XML::DOM 1.42, with perl-5.8.0 (ithreads) compiled with Forte 6.2 on Solaris 7 (Sparc), XML::Parser with expat-1.95.2. I have attached the offending "out.txt". Let me know if you need more details. Cheers, Marek
<?xml version="1.0" standalone="yes"?> <!DOCTYPE 文書 [ <!ENTITY はっ "あはははむは"> <!ELEMENT 文書 (ビーバス|バットヘッド)*> <!ELEMENT ビーバス (#PCDATA)> <!ELEMENT バットヘッド (#PCDATA)> ]> <文書> <ビーバス> おい、バットヘッド! </ビーバス> <バットヘッド> なんだい、ビーバス </バットヘッド> <ビーバス> おまえ屁こいただろ &はっ; </ビーバス> <バットヘッド> &はっ; そのとぉり &はっ; </バットヘッド> </文書>
I believe this error happens because of an issue in XML::Parser. There is a patch in the latest XML::DOM which fixes the problem with XML::Parser. Could you try to apply XML-Parser-2.31.patch (included in the XML::DOM distribution), and let me know if you still get this error?
From: marek.rouchal [...] infineon.com
[TJMATHER - Thu Jan 30 13:07:38 2003]: Show quoted text
> I believe this error happens because of an issue in XML::Parser.
There Show quoted text
> is a patch in the latest XML::DOM which fixes the problem with > XML::Parser. Could you try to apply XML-Parser-2.31.patch (included
in Show quoted text
> the XML::DOM distribution), and let me know if you still get this
error? Ooops, you caught me in not reading the README, I apologize for that. Yes, this patch solves the issue. Is there anything I can do to help that this patch is applied in a new version of XML::Parser? -Marek
From: Max Polk
[TJMATHER - Thu Jan 30 13:07:38 2003]: Show quoted text
> I believe this error happens because of an issue in XML::Parser. > There > is a patch in the latest XML::DOM which fixes the problem with > XML::Parser. Could you try to apply XML-Parser-2.31.patch (included > in > the XML::DOM distribution), and let me know if you still get this > error?
Please note that by installing XML-Parser-2.34 the dom_jp_print error vanished, and all is well! Perhaps you don't need the patch any more?
From: marek.rouchal [...] infineon.com
[guest - Thu Sep 4 20:09:58 2003]: Show quoted text
> [TJMATHER - Thu Jan 30 13:07:38 2003]: > Please note that by installing XML-Parser-2.34 the dom_jp_print error > vanished, and all is well! Perhaps you don't need the patch any more?
Yes, true - it seems that the XML::Parser guys integrated the patch. Thanks, all is fine now! -Marek