classpathx-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-discuss] Re: Including Aelfred2 in DOM4J


From: David Brownell
Subject: Re: [Classpathx-discuss] Re: Including Aelfred2 in DOM4J
Date: Fri, 19 Mar 2004 07:28:29 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Maarten Coene <address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]