RE: XML mapping to Java objects

2003-04-28 Thread Kommineni, Sateesh (IndSys)
Hi, I think JAXB addresses the Mapping of XML to Java Objects and vice versa.. All we need to have is the Schema to which our XML files will conform and JAXB will generate the Java Files for the Types we have specified in the Schema . Using these Java Files you can Marshal ( Converting Ja

RE: multiple namespaces in a single document

2003-04-08 Thread Kommineni, Sateesh (IndSys)
Hi, I am trying to parse an XML File which has a single Name space . But when i try to get the Value of the Text Node i am getting an empty string. My xml file looks like this : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:dsml="http://www.dsml.org/DSML";> http://w

Parsing a DTD using the org.apache.xerces.parsers.DTDParser Clas s..

2002-06-25 Thread Kommineni, Sateesh (IndSys)
Hi, In Xerces2 we have a Class for parsing a DTD , org.apache.xerces.parsers.DTDParser . But this is an Abstract class . Which class implements this?? Has any body used this Class for parsing a DTD if so pls let me know... Thanks Sateesh "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS