File: INDEX

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (20 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
001	IGNORE works: <![IGNORE[ ... ]]>
002	[precondition for 003] The first ATTLIST declaration for the same
	attribute counts
003	INCLUDE works: <![INCLUDE[ ... ]]>
004	IGNORE works: <![%e;[ ... ]]> with e="IGNORE"
005	INCLUDE works: <![%e;[ ... ]]> with e="INCLUDE"
006	IGNORE works: <![IGNORE[ ... ]]> ignoring a section that would
	be illegal
007	Within ignored sections references to parameter references are
	not resolved.
	NOTE: You cannot derive this directly from the XML spec. because a 
	precise definition what "ignoring" means is missing. This property
	is an interpretation of the statement about reliable parsing in
	section 3.4.
008	Ignored sections may contain string literals containing "]]>".
	NOTE: same problem with XML spec as 007
009	Ignored sections may contain comments containing "]]>".
	NOTE: same problem with XML spec as 007
010	Nested conditional sections with outermost IGNORE
011	Nested conditional sections with outermost INCLUDE