ok..thanks... but the when we are validating with XSD,boolean fields are not checked?????
my xml will be valid,if i give any text data in boolean...please let me know how the XercesDomParser works??? thanks On Thu, Aug 13, 2009 at 10:26 AM, David Bertoni <[email protected]> wrote: > 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 >
