aboutsummaryrefslogtreecommitdiffstats
path: root/test/c14n/1-1-without-comments/example-4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/1-1-without-comments/example-4.xml')
-rwxr-xr-xtest/c14n/1-1-without-comments/example-4.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/c14n/1-1-without-comments/example-4.xml b/test/c14n/1-1-without-comments/example-4.xml
new file mode 100755
index 00000000..3fba1385
--- /dev/null
+++ b/test/c14n/1-1-without-comments/example-4.xml
@@ -0,0 +1,9 @@
+<!DOCTYPE doc [<!ATTLIST normId id ID #IMPLIED>]>
+<doc>
+ <text>First line&#x0d;&#10;Second line</text>
+ <value>&#x32;</value>
+ <compute><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></compute>
+ <compute expr='value>"0" &amp;&amp; value&lt;"10" ?"valid":"error"'>valid</compute>
+ <norm attr=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
+ <normId id=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
+</doc>