XML Script logo
_dissolve - Example of usage
Code
<_data >
<fish >
    <trout dish="smoked" ><price >12.50</price></trout>
    <salmon dish="lasagne" ><price >13.00</price></salmon>
</fish></_data>
<_dissolve item="fish\trout" />
There is no trout element: # fish\trout.__element #
Fish does however still have a price subelement one level higher: 
# fish.__element #
Output

There is no trout element: # fish\trout.__element #
Fish does however still have a price subelement one level higher: 
<fish >
    <price >12.50</price>
    <salmon dish="lasagne" ><price >13.00</price></salmon>
</fish>
Ref

x.2208

XML Script homepage | Documentation home | XML Script docs | Command list | Function list | X-Tract docs

X-Stream, X-Tract and XML Script are trade marks of DecisionSoft Limited
© Copyright 1998-2000 DecisionSoft Limited