Hi,
> Yes. The difference is that (a) the DOM-builder would have to take
> responsibility for doing this a bit more explicitly (or calling
> normalizeDocument when it's done -- which is probably a less efficient
> option),
yes we should make it clear when these defaulting and whitespace normalizi
Hi
don't the defaults also get set when the parser performs a validating
parse() on
the imcomming document?
Cheers
David
- Original Message -
From: "Elena Litani" <[EMAIL PROTECTED]>
To: ; <[EMAIL PROTECTED]>
Sent: Wednesday, March 20, 2002 1:16 PM
Subject: DOM L2/L3 default attrib
Hi,
I would like to be able to do the
following things with the Xerces library:
1) validate just a schema.
I am writing a tool which
reads/writes XML Schema's and I would like to be able to validate the schema,
even if I don't have a instance doc for that schema.
2) validate agai