Hash :
3d354a79
Author :
Date :
2004-03-28T12:18:45
handle and explain a very tricky problem when modifying the tree based on * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain a very tricky problem when modifying the tree based on an XPath result query. Daniel
<?xml version="1.0"?>
<doc>
<parent>
<discarded>discarded</discarded>
<preserved/>
This text node must be discarded
<discarded>discarded</discarded>
<preserved>
content1
<child1/>
<child2>content2</child2>
<preserved>too</preserved>
<child2>content3</child2>
<preserved/>
<child2>content4</child2>
<preserved/>
<child2>content5</child2>
content6
</preserved>
This text node must be discarded
<discarded>discarded</discarded>
This text node must be discarded
<preserved/>
This text node must be discarded
<preserved/>
This text node must be discarded
<discarded>discarded</discarded>
This text node must be discarded
</parent>
</doc>