[Bug 2252] - NullPointerException in org.apache.xerces.dom.ParentNode.synchronizeChildren() with hotspot

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2252 *** shadow/2252 Wed Jun 20 12:35:51 2001 --- shadow/2252.tmp.6664Wed Jun 20 14:24:21 2001 *** *** 37,39 --- 37,43 file and if possible part of your Java code so we could reproduce the problem. Thank you +

[README] Xerces-J: New properties added.

2001-06-20 Thread Elena Litani
During the last couple of days several Xerces users pointed out that the XML Schema REC states that the schemaLocation/noNamespaceSchemaLocation attributes provide only a hint on how to locate XML Schemas. Xerces on the other hand was relying on those attributes to do schema validation properly.

Re: Setting Schemas?

2001-06-20 Thread Elena Litani
Hi, Schawn, There is no need to ask the question twice especially if you've got an answer :) (see xerces-j-user list) I've just committed code to allow you to set schemas before parse. There are 2 new properties on the parser: http://apache.org/xml/properties/external-schemaLocation http://apach

[Bug 2252] - NullPointerException in org.apache.xerces.dom.ParentNode.synchronizeChildren() with hotspot

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2252 *** shadow/2252 Wed Jun 20 10:04:42 2001 --- shadow/2252.tmp.5434Wed Jun 20 12:35:51 2001 *** *** 2,9 | NullPointerException in org.apache.xerces.dom.ParentNode.synchronizeChildr | +---

[Bug 2250] - duplicate attributes in XML document, error not reported

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2250 *** shadow/2250 Wed Jun 20 09:15:46 2001 --- shadow/2250.tmp.4412Wed Jun 20 10:29:49 2001 *** *** 7,13 | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other

[Bug 2252] New: - NullPointerException in org.apache.xerces.dom.ParentNode.synchronizeChildren() with hotspot

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2252 *** shadow/2252 Wed Jun 20 10:04:42 2001 --- shadow/2252.tmp.4312Wed Jun 20 10:04:42 2001 *** *** 0 --- 1,30 + ++ + | NullPointerExcepti

[Bug 2250] New: - duplicate attributes in XML document, error not reported

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2250 *** shadow/2250 Wed Jun 20 09:15:46 2001 --- shadow/2250.tmp.3949Wed Jun 20 09:15:46 2001 *** *** 0 --- 1,51 + ++ + | duplicate attribut

RE: Validation against Schema

2001-06-20 Thread Sandeep Takhar
I use the following for 1.4 parser.setFeature("http://xml.org/sax/features/validation";, true); parser.setFeature("http://xml.org/sax/features/namespaces";, true); parser.setFeature("http://apache.org/xml/features/validation/schema";, true); parser.setFeature("

Re: Xerces Parser Problem

2001-06-20 Thread sandygao
Hi Sebastian, This is not a problem of the parser. If you want the output to be the expanded form, then you might need to write your own serializer. Cheers, Sandy Gao Software Developer, IBM Canada (1-416) 448-3255 [EMAIL PROTECTED]

Re: Setting Schemas?

2001-06-20 Thread Ian Roberts
On Wed, 20 Jun 2001, Schawn E. Thropp wrote: > Using Ver 1.4 of the Xerces parse it is not clear to me of how to > indicate the schema(s) to use while parsing and validating. Since the > schemaLocation is not required in an instance document, how can > the DOMParser or SAXParser be set up to set

DOM tree and CSS?

2001-06-20 Thread annie lu
Hi all, I want parse a XML document into a DOM tree, and also want to display it using CSS, is there any way to do that? Does Xerces support CSS? Thanks! Annie. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.ma

[Bug 2248] - HTMLSerializer SAX methods check for null instead of empty

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2248 *** shadow/2248 Wed Jun 20 07:00:20 2001 --- shadow/2248.tmp.3322Wed Jun 20 07:00:57 2001 *** *** 11,17 | Reported By: [EMAIL PROTECTED]| | CC list: Cc:

[Bug 2248] New: - HTMLSerializer SAX methods check for null instead of empty

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2248 *** shadow/2248 Wed Jun 20 07:00:20 2001 --- shadow/2248.tmp.3314Wed Jun 20 07:00:20 2001 *** *** 0 --- 1,28 + ++ + | HTMLSerializer SAX

DOM tree and CSS?

2001-06-20 Thread annie lu
Hi all, I want parse a XML document into a DOM tree, then display it using the format in CSS. What can I do? does Xerces support CSS? Thanks! Annie. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Setting Schemas?

2001-06-20 Thread Schawn E. Thropp
Using Ver 1.4 of the Xerces parse it is not clear to me of how to indicate the schema(s) to use while parsing and validating. Since the schemaLocation is not required in an instance document, how can the DOMParser or SAXParser be set up to set these schemas ahead of time. There is no, problem of