XML Script logo
Using _insert to create multiple elements
Code
<_insert location="\Team" name="Player" >
<attribute name="age" value="22" />
<attribute name="name" value="Harry" />
</_insert>
<_insert location="\Team" name="Player" >
<attribute name="age" value="26" />
<attribute name="name" value="Johnathon" />
</_insert>

# \Team #
Output

<Player age="22" name="Harry" /><Player age="26" name="Johnathon" />
Ref

x.4401

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