<?xml version="1.0" encoding="UTF-8"?>
<policy>
	<rule>
		<description>Heartbeat Rule, v1.01, 040126, by Holger Dopp</description> 
		<conditions>
			<and>
				<if-operation op="equal">status</if-operation> 
				<if-xpath op="true">@type="heartbeat"</if-xpath> 
			</and>
		</conditions>
		<actions>
			<do-set-xml-attr expression="." name="text1">
				<arg-string>
					<token-global-variable name="dirxml.auto.driverdn" /> 
				</arg-string>
			</do-set-xml-attr>
			<do-set-xml-attr expression="." name="text2">
				<arg-string>
					<token-text xml:space="preserve">HEARTBEAT</token-text> 
				</arg-string>
			</do-set-xml-attr>
			<do-break /> 
		</actions>
  	</rule>
</policy>     





