[Servingxml-help] params..
Brought to you by:
danielaparker
From: Sandhya <sa...@la...> - 2007-03-31 03:09:33
|
Hi, I have a parameter in my sx:service tag. I want an xml string as a param. So I am using a CDATA section. I want access to this param in my RecordFilter's writeRecord(..) method. How can I access this value there. Or If I have to access this custom params just after the resource script is parsed, how can I modify the consoleApp program to access this. <sx:parameter name="customparams"> <sx:defaultValue> <CDATA> <customparams> <param recordtype="TYPE1" maxlen="100"> <param recordtype="TYPE2" maxlen="102"> ... </custormparams> </CDATA> </sx:defaultValue> </sx:parameter> Regards Sandhya |