diff options
Diffstat (limited to 'libxml2/test/VC/OneID')
-rw-r--r-- | libxml2/test/VC/OneID | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libxml2/test/VC/OneID b/libxml2/test/VC/OneID new file mode 100644 index 0000000..e9cbc0c --- /dev/null +++ b/libxml2/test/VC/OneID @@ -0,0 +1,6 @@ +<!DOCTYPE doc [ +<!ELEMENT doc (#PCDATA)> +<!ATTLIST doc val ID #IMPLIED> +<!ATTLIST doc id ID #IMPLIED> +]> +<doc val="v1"></doc> |