bug in crimson jar(1.1.3)

2004-04-29 Thread satish
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

Re: humble request for help with bug in Crimson

2002-01-10 Thread neilg
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

BUG in Crimson when importing DocumentFragment

2001-10-22 Thread timothy . watts
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

Re: Bug in Crimson

2001-09-18 Thread Harald Hett
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

Bug in Crimson

2001-09-17 Thread Marcus Weibull
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

Re: bug in Crimson: parsing UTF-8 chars in DTD comment fields

2001-09-07 Thread Edwin Goei
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

bug in Crimson: parsing UTF-8 chars in DTD comment fields

2001-09-06 Thread George Armhold
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

Re: Bug in crimson org.apache.crimson.parser.InputEntity class

2001-09-06 Thread Edwin Goei
> 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

Bug in crimson org.apache.crimson.parser.InputEntity class

2001-09-05 Thread Guillermo Coscarelli
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