]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/007.xml
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / rtests / canonxml / data_valid / att_normalization / 007.xml
diff --git a/helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/007.xml b/helm/DEVEL/pxp/pxp/rtests/canonxml/data_valid/att_normalization/007.xml
new file mode 100644 (file)
index 0000000..9cecac2
--- /dev/null
@@ -0,0 +1,26 @@
+<?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>