Hi,
There is a bug in crimson jar(1.1.3) in the following file.
org\apache\crimson\parser\InputEntity.java, in the method
//public void init(InputSource in, String name, InputEntity stack,
// boolean isPE) throws IOException, SAXException
//reader
EMAIL PROTECTED]
"Josh Adams" <[EMAIL PROTECTED]> on 01/10/2002 11:32:44 AM
To: Neil Graham/Toronto/IBM@IBMCA
cc:
Subject: humble request for help with bug in Crimson
Neil-
My company is using the Crimson XML parser, and we're running into what we
believe is a bug in
I believe I have run into a bug in Crimson. I get an exception when I try to
import a DocumentFragment node that contains a child element which has
attributes.
Here's the output for the test case I've isolated:
---
D:\J\Projects\bco>java
Hi Marcus!
I am wondering that the first code example works with the other
implementations, because the Exception reads like this:
> org.jdom.JDOMException: Error on line 3: Relative URI
> "../../DailyHoroscope/dat/dh.dtd"; can not be resolved without a
> document URI.
This means that by using
Hi!
I think I have found a bug in Crimson. The error occurs when I try to
parse an XML file using a FileInputStream see below:
When I try to parse a file with the following Java syntax I get a
JDOMException:
SAXBuilder builder = new SAXBuilder(false);
InputStream is = new FileInputStream
George Armhold wrote:
>
> Hi,
>
> I'd like to report what I think is a bug in Crimson (as obtained with
> Sun's JAXP 1.1 reference implementation.) I'm fairly new to XML, and
> I may be off-base here, so please bear with me. I'm trying to
Hi,
I'd like to report what I think is a bug in Crimson (as obtained with
Sun's JAXP 1.1 reference implementation.) I'm fairly new to XML, and
I may be off-base here, so please bear with me. I'm trying to parse a
MusicXML document (see http://www.musicxml.org) and
> Guillermo Coscarelli wrote:
>
> Hi!
> I think I found a bug in this class. I was parsing an xml file and
> suddenly a InternalError arised ( "fillbuf", line 545).
> The problem was that the last element of the buffer was a ']' and the
> code fails in that case.
Could you send me the exact inpu
Hi!
I think I found a bug in this class. I was parsing
an xml file and suddenly a InternalError arised ( "fillbuf", line
545).
The problem was that the last element of the buffer
was a ']' and the code fails in that case.
Hope it helps!
Didn't find a bugzilla category for
crimson.
Rega