ss ak wrote:
I want to pass date/time object..

and also other types to XML as a value....i send text,boolean and date/time
as values to my nodes...

Please help me how to set them as values....
You can't do this. XML represents values as character data only. You will need to convert any non-text values to their appropriate lexical representation, then use that for the new node.

Dave

Reply via email to