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
+
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.
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
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 |
+---
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
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
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
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("
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]
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
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
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:
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
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/
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
15 matches
Mail list logo