Swindells, Thomas wrote:
What type should my variable var be in order to get at the xml?
A CDATA section [0] should allow you to pass the data through into an ordinary string parameter:
<configuration> <var><![CDATA[text<xml attr="foo">any xmlTag</xml>]]></var> </configuration> Benjamin [0] http://en.wikipedia.org/wiki/CDATA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]