XML Script logo
Creating elements with content
Code
<_insert location="\Address" name="Line" >
<attribute name="type" value="Tel" />
<content >
0800123456
</content>
</_insert>
<_insert location="\Address" name="Line" >
<attribute name="type" value="Email" />
<content >
support@xmlscript.org
</content>
</_insert>

# \Address # 
Output

<Line type="Tel" >
0800123456
</Line><Line type="Email" >
support@xmlscript.org
</Line> 
Ref

x.4402

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