Re: Plugin XML configuration

2008-07-24 Thread Benjamin Bentmann
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: Benjamin [0] http://en.wikipedia.org/wiki/CDATA -

Plugin XML configuration

2008-07-24 Thread Swindells, Thomas
Hi, I'm developing a plugin and need to allow a configuration option to be provided which will contain an arbitary blob of xml. I can't however work out what variable type I need for the paramater in order to do this. eg allowing configuration of the following: textany xmlTag What type sh