forked from amazingfate/loongoffice
Also made changes in FastParser impl. to emit this event. I've made use of existing namespace and element name strings to store target and data for this event. Change-Id: I6f00cd1172552dd9a74ec22190bef3d2289ae515 Reviewed-on: https://gerrit.libreoffice.org/38784 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version="1.0" ?>
|
|
<?pi-target pi-data?>
|
|
<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>
|
|
<?pi-target-only?>
|
|
<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> |