XML Script logo
Using _delete_all_attrs
Code
<_data >
	<stuff >
		<test goodbye="2" hello="1" />
		<test nowt="0" />
		<nottest still="here" />
	</stuff>
</_data>

<_delete_all_attrs element="stuff\test" />

# stuff #

Output

		<test />
		<test />
		<nottest still="here" />
	

Ref

x.9101

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