hi, Hope you are setting the setNamespaceAware to true. System.setProperty( "javax.xml.parsers.DocumentBuilderFactory", org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" ); javax.xml.parsers.DocumentBuilderFactory dbf = javax.xml.parsers.DocumentBuilderFactory.newInstance(); dbf.setValidating( validating ); dbf.setNamespaceAware( namespaceAware );
regards, Rajesh -----Original Message----- From: Sudeendra Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2001 5:24 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: adding value to Node hi all, we are unable to get XML parsers(we r using apache parser) i mean parser is not validating against xmlschema even after setting all properties ,could anybody help to sort out this problem thanks in advance. sudhi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]