<xpp><var type="string" name="s">Kimmie</var>

<node name="MyNode" class=""  processcode="true" construct="true" /><attr object="MyNode" name="MyAttr"><eval object="s"/>

</attr>

<xout processcode="true"><eval>

       <parm type="string" name="Parm0"><eval object="MyNode" attribute="MyAttr"/>

</parm>

       <expr>"\r\nMyAttr = " + Parm0</expr>

</eval>

</xout><xcall acceptremotexout="true"><program>MyProg.xml</program><xin><eval object="MyNode"/>

</xin></xcall><try><xout processcode="true">\r\nIn the try</xout><throw>Kimmie except!</throw><xout processcode="true">\r\nIn the try after the throw</xout><exception><xout processcode="true">\r\nIn the exception</xout></exception></try>

</xpp>