]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/006.xml
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / rtests / canonxml / data_valid / att_normalization / 006.xml
diff --git a/helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/006.xml b/helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/006.xml
new file mode 100644 (file)
index 0000000..8f1287c
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE any [
+
+<!ELEMENT el EMPTY>
+<!ATTLIST el        
+          nmtoken   NMTOKEN   #FIXED "a"
+          nmtokens  NMTOKENS  #FIXED "a b c"
+>
+<!ELEMENT any ANY>
+]>
+
+<any>
+  <el nmtoken="
+a
+"/>
+  <el nmtokens="
+a
+b
+c
+"/>
+</any>