Re: [Servingxml-help] params..
Brought to you by:
danielaparker
|
From: Daniel P. <dan...@sy...> - 2007-03-31 16:11:04
|
Name myParam = new QualifiedName("customparams");
String value = parameters.getString(myParam);
----- Original Message -----
From: "Sandhya" <sa...@la...>
To: <ser...@li...>
Sent: Friday, March 30, 2007 11:09 PM
Subject: [Servingxml-help] params..
> 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
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Servingxml-help mailing list
> Ser...@li...
> https://lists.sourceforge.net/lists/listinfo/servingxml-help
>
|