Rank: Newbie
Joined: 4/18/2008 Posts: 3 Location: Sweden
|
Hi Im testing /base functionality and will probably be using it for a project that uses flashelements. When calling a function thru /Base, it returns <value>[value]</value>...
I would like to return a XML that I have full control of. No <value>-node i possible? <value>-node might be okey, but i dont want its content in cdata.
Is this possible? And is the some more documentation about /base and what you can do with it somewhere?
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,432 Location: KY, USA
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 739 Location: Århus, Denmark
|
I think, that if your Base method returns a string, then it will automatically get the <value> schema. But if you return an XML document, then it will use the exact schema you have set up. Am I wrong about that?
|