forked from amazingfate/loongoffice
Parsed the same test files using XFastParser and built string, we asssert that both the strings built from XParser and XFastParser are identical. Change-Id: Ie1e0dc6b676ca32dd10d75c3cb272b5c8b795ab7
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0" ?>
|
|
<Elements>
|
|
<Book xmlns:lib="http://www.library.com/">
|
|
<lib:Title>Sherlock Holmes - I</lib:Title>
|
|
<lib:Author>Arthur Conan Doyle</lib:Author>
|
|
<purchase xmlns:lib="http://www.otherlibrary.com/">
|
|
<lib:Title>Sherlock Holmes - II</lib:Title>
|
|
<lib:Author>Arthur Conan Doyle</lib:Author>
|
|
</purchase>
|
|
<lib:Title>Sherlock Holmes - III</lib:Title>
|
|
<lib:Author>Arthur Conan Doyle</lib:Author>
|
|
</Book>
|
|
<Electronics xmlns="http://doesntexist.com/electronics/">
|
|
<item>
|
|
<Name>Apple iPhone 6s</Name>
|
|
<Price>$324</Price>
|
|
</item>
|
|
<item xmlns="http://doesntexist.com/dailyuse/">
|
|
<Name>Philips Aqua Touch Shaver</Name>
|
|
<item xmlns="http://doesntexist.com/dailyuse/model/">
|
|
<Model>AT890</Model>
|
|
<Price>$74</Price>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<Name>Macbook Pro</Name>
|
|
<Price>$500</Price>
|
|
</item>
|
|
</Electronics>
|
|
</Elements> |