diff options
Diffstat (limited to 'branches/sdo-cpp-pre2.1/runtime/core/test/cdata-out.xml')
-rw-r--r-- | branches/sdo-cpp-pre2.1/runtime/core/test/cdata-out.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/branches/sdo-cpp-pre2.1/runtime/core/test/cdata-out.xml b/branches/sdo-cpp-pre2.1/runtime/core/test/cdata-out.xml deleted file mode 100644 index e6db2fbda0..0000000000 --- a/branches/sdo-cpp-pre2.1/runtime/core/test/cdata-out.xml +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<tns:test xmlns:tns="http://www.example.org/test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><entry1><data>xxx<![CDATA[<?xml version="1.0"encoding="UTF-8"?><MOREXML>....</MOREXML>]]>aaaa<![CDATA[>>>>>>>>>]]></data><fred>abcdefg</fred><fred><![CDATA[>>>>>>>>>]]></fred><fred>xxx<![CDATA[<?xml version="1.0"encoding="UTF-8"?><MOREXML>....</MOREXML>]]>aaaa<![CDATA[>>>>>>>>>]]></fred><jim>xxx<![CDATA[<?xml version="1.0"encoding="UTF-8"?><MOREXML>....</MOREXML>]]>aaaa<![CDATA[>>>>>>>>>]]></jim></entry1></tns:test> |