You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
516 B
14 lines
516 B
4 months ago
|
<!DOCTYPE doc [
|
||
|
<!ATTLIST normId id ID #IMPLIED>
|
||
|
<!ATTLIST normNames attr NMTOKENS #IMPLIED>
|
||
|
]>
|
||
|
<doc>
|
||
|
<text>First line
 Second line</text>
|
||
|
<value>2</value>
|
||
|
<compute><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></compute>
|
||
|
<compute expr='value>"0" && value<"10" ?"valid":"error"'>valid</compute>
|
||
|
<norm attr=' '   
	 ' '/>
|
||
|
<normNames attr=' A   
	 B '/>
|
||
|
<normId id=' '  
	 ' '/>
|
||
|
</doc>
|