diff options
Diffstat (limited to 'lib/xmerl/doc/examples/xml/test2.xml')
-rwxr-xr-x | lib/xmerl/doc/examples/xml/test2.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/xmerl/doc/examples/xml/test2.xml b/lib/xmerl/doc/examples/xml/test2.xml new file mode 100755 index 0000000000..0cb11194fc --- /dev/null +++ b/lib/xmerl/doc/examples/xml/test2.xml @@ -0,0 +1,8 @@ +<?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> + |