Try to confirm before close
This commit is contained in:
@@ -13,51 +13,3 @@
|
||||
</pass2>
|
||||
</EdnLang>
|
||||
|
||||
<!--
|
||||
Parsing : to add :
|
||||
$ ==> End of line
|
||||
^ ==> ???
|
||||
|
||||
P1 Comment
|
||||
\< !--
|
||||
--\ >
|
||||
P1 ignored section
|
||||
\<!\[\s*IGNORE\s*\[
|
||||
\]\]\>
|
||||
P1 declaration
|
||||
\<\?(?ixml)
|
||||
\?\>
|
||||
P1 doctype
|
||||
(\<!(?idoctype))\s+(\<?(?!(?ixml))[\l_][\w:-]*\>?)
|
||||
\>
|
||||
error : \]
|
||||
p1 processing instruction
|
||||
\<\?\S+
|
||||
\?\>
|
||||
P1 cdata
|
||||
\<!\[(?icdata)\[
|
||||
\]\]\>
|
||||
P1 element declaration
|
||||
\<!ELEMENT
|
||||
\>
|
||||
P1 entity declaration
|
||||
\<!ENTITY
|
||||
\>
|
||||
p1 notation
|
||||
\<!NOTATION
|
||||
\>
|
||||
P1 attribute declaration
|
||||
\<!ATTLIST
|
||||
\>
|
||||
P1 element
|
||||
(\</?)((?!(?ixml))[\l_][\w:-]*)
|
||||
/?\>
|
||||
P1 entity
|
||||
&((amp|lt|gt|quot|apos)|#x[\da-fA-F]*|[\l_]\w*);
|
||||
P1 marked section
|
||||
\<!\[\s*(?:INCLUDE|(%(?!(?ixml))[\l_][\w:-]*;))\s*\[|\]\]\>
|
||||
P2 internal subset delims
|
||||
[\[\]>]
|
||||
|
||||
-->
|
||||
|
||||
|
Reference in New Issue
Block a user