Re: [Fwd: Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions]

2006-04-25 Thread Audrius Meskauskas
If you run http://www.geocities.com/SiliconValley/Park/9967/atari.html in the standalone (using gcjappletviewer), you will notice one of the applets is not loaded. The problem is the codebase for the applet is being parsed to http: instead of the entire url. Hello, Lillian, I did not expected

Re: [Fwd: Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions]

2006-04-25 Thread Lillian Angel
On Tue, 2006-04-25 at 16:57 +0200, Audrius Meskauskas wrote: If you run http://www.geocities.com/SiliconValley/Park/9967/atari.html in the standalone (using gcjappletviewer), you will notice one of the applets is not loaded. The problem is the codebase for the applet is being parsed to http:

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-19 Thread Chris Burdess
Lillian Angel wrote: That's wrong. The colon is not permitted to appear as the last character in the string. You removed a valid check. Sun does permit a ':' to be the last character in a string. I was rather quick to assume that I was correct. I retested the applets that posed to be a

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-18 Thread Lillian Angel
On Mon, 2006-04-17 at 09:11 +0100, Chris Burdess wrote: Lillian Angel wrote: More bug fixes for the parser and related classes. 2006-04-12 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java (checkNCName): Removed unneeded part of check. Hi Lillian,

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-18 Thread Lillian Angel
On Tue, 2006-04-18 at 17:13 -0400, Lillian Angel wrote: On Mon, 2006-04-17 at 09:11 +0100, Chris Burdess wrote: Lillian Angel wrote: More bug fixes for the parser and related classes. 2006-04-12 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-17 Thread Chris Burdess
Lillian Angel wrote: More bug fixes for the parser and related classes. 2006-04-12 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java (checkNCName): Removed unneeded part of check. Hi Lillian, --- gnu/xml/dom/DomDocument.java12 Jan 2006 16:35:52 -

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-12 Thread Lillian Angel
More bug fixes for the parser and related classes. 2006-04-12 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java (checkNCName): Removed unneeded part of check. * gnu/xml/dom/DomNode.java (dispatchEvent): Added code to grow ancestors array if