Ragunath Marudhachalam wrote: > > Hi All, > > Could anyone help me out in adding the schema location element while > constructing a DOM object. I'm constructing a DOM object in the client side > and sending it to the server as a stream. I have to validate the xml > document on the server side. So when i send the DOM object to server, i need > to attach the schema location tag along with it. Help in this is highly > appreciated....
Did you try adding attribute xsi:schemaLocation at the root element (plus xmlns:xsi declaration)? That should solve your problem. -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]