[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Brownell <db@E...>
  • To: roddey@u...
  • Date: Fri, 19 Feb 1999 12:55:17 -0800

roddey@u... 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@i...
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@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member