|
|
|
Code
|
<stuff >
<i >no name</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
<i name="test" >Should be outside slice range</i>
<i name="test" >Should be outside slice range</i>
<i name="test" >A </i>
<i name="-" >name no good</i>
<i name="test" >B </i>
<i name="test" >C </i>
<i name="test" >D </i>
<i name="test" >Should be outside slice range</i>
<i name="test" >Should be outside slice range</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
</stuff>
Forwards: # join( $stuff\i{ .name == "test" }[3~6], "" ) #
|
Output
|
<stuff >
<i >no name</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
<i name="test" >Should be outside slice range</i>
<i name="test" >Should be outside slice range</i>
<i name="test" >A </i>
<i name="-" >name no good</i>
<i name="test" >B </i>
<i name="test" >C </i>
<i name="test" >D </i>
<i name="test" >Should be outside slice range</i>
<i name="test" >Should be outside slice range</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
<i name="-" >name no good</i>
</stuff>
Forwards: A B C D
|
Ref
|
x.3201
|
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
|