diff options
Diffstat (limited to 'lib/xmerl/doc/examples/xml/test4.xml')
-rwxr-xr-x | lib/xmerl/doc/examples/xml/test4.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/xmerl/doc/examples/xml/test4.xml b/lib/xmerl/doc/examples/xml/test4.xml new file mode 100755 index 0000000000..e9d85b8d8f --- /dev/null +++ b/lib/xmerl/doc/examples/xml/test4.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding = 'ISO-8859-1' ?> +<People> + <!-- This is a real comment --> + <comment> + This is a comment + </comment> + <Person Type = "Personal"> + </Person> +</People> |