Re: Re: Including Aelfred2 in DOM4J

David Brownell <[email protected]> Fri, 19 Mar 2004 07:28:29 -0800
Newsgroups gmane.comp.java.classpath.extensions.discuss
Message-ID <[email protected]>
> Maarten Coene <[email protected]> writes:
>>
>>The problem is: if I have an ELEMENT declaration like:
>><!ELEMENT name (#PCDATA) >
>>the XmlParser changes the content-model to (#PCDATA)*

That is, it normalizes things.  Why should that be a problem?
They're equivalent, and SAX2 explicitly allows content models
to be normalized.

If you have any code that doesn't treat the two identically,
that'd seem to be where the bug lies.

- Dave