diff options
author | Lars Thorsen <[email protected]> | 2011-05-10 09:15:13 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-05-10 09:15:13 +0200 |
commit | 6f7310e3a06af45f2635b0451874445b7f51b7ff (patch) | |
tree | ce54006a66dd7f729bbb999b49d8fb8d0696bbec /lib/xmerl/doc/examples/xml/test5.xml | |
parent | e3af9123e7ef9291535cafbd0ecb9d3309d674f7 (diff) | |
parent | c241e8780088624f369379ba87215a475276b201 (diff) | |
download | otp-6f7310e3a06af45f2635b0451874445b7f51b7ff.tar.gz otp-6f7310e3a06af45f2635b0451874445b7f51b7ff.tar.bz2 otp-6f7310e3a06af45f2635b0451874445b7f51b7ff.zip |
Merge branch 'lars/xmerl/test-suites/OTP-9228' into dev
* lars/xmerl/test-suites/OTP-9228:
Fix separator error in tokenlists.
Added the xmerl test suites.
Using the same testdata for testing xmerl_scan and xmerl_sax_parser.
Add test suite for xmerl
xmerl: Add doc/examples directory
Diffstat (limited to 'lib/xmerl/doc/examples/xml/test5.xml')
-rwxr-xr-x | lib/xmerl/doc/examples/xml/test5.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/xmerl/doc/examples/xml/test5.xml b/lib/xmerl/doc/examples/xml/test5.xml new file mode 100755 index 0000000000..e9d85b8d8f --- /dev/null +++ b/lib/xmerl/doc/examples/xml/test5.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> |