[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <db@Eng.Sun.COM>
- To: roddey@us.ibm.com
- Date: Fri, 19 Feb 1999 12:55:17 -0800
roddey@us.ibm.com wrote:
>
> Ok, I'm confused about a conditional section issue that some of my
> colleagues were discussing...
>
> Once you see a conditional ignore section, can you effectively just scan
> for <![ and ]]> parts of the text inside there without actually doing
> regular parsing? Is there a reason that this cannot be done?
I'd say you MUST do this.
Consider this sort of structure, which I found in a version of
the XML Docbook DTD:
<![ %TOGGLE1; [
<!ENTITY % something "contents">
]]>
<![ %TOGGLE2; [
<!ELEMENT %something; ANY>
]]>
That is, if you tried to parse the contents of the second conditional
section and something like the first one hadn't been parsed, you would
be in undeserved trouble.
- Dave
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|