[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/24496] XML Parser fails to handle a Properties XML file
From: |
dog at gnu dot org |
Subject: |
[Bug classpath/24496] XML Parser fails to handle a Properties XML file |
Date: |
29 Nov 2005 13:00:32 -0000 |
------- Comment #5 from dog at gnu dot org 2005-11-29 13:00 -------
The DTD is not well-formed. It contains a processing instruction with a name of
"xml", which is not a valid PITarget (see production 17 of
http://www.w3.org/TR/REC-xml/#sec-pi ).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24496