XML schema

Hello,

This is the problem. I am using typed datasets, to generate an xml file from the schema xsd defined in .NET. It is populated using a stored proc in SQL server.

The putput xml file shows this: (enterprise is root element)


I need to remove this part from the output - "xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" since I also have a DTD definition in the output inserted later (the dtd declaration in the xml is a requirement)

Having both the schema definition (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance) and the dtd is causing problems and i need to remove the schema definition. How can i do that - since I am using the schema to generate the XML file in .NET i don't know if i can do that.

any suggestions will be helpful, thanks,

saumil
Saumil Annegiri,
Research Assistant,
Center for Business and Information Technologies,
ULLafayette, LA
ph. # 337-654-8660

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories