Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLXML Namespaces

Status
Not open for further replies.

aowen355

Technical User
Jul 6, 2005
1
US
I am trying to extract information from an SQL database and convert it to an XML file. The schema for this xml file is defined in an xsd document.

For some reason though the outputted XML information looks like this <y0:Name xmlns:y0=" Text</y0:Name>

I dont understand why it is ammending the y0: information, I just want it to look like this
<Name>Test Text</Name>

I know this must have something to do with my xmlns definitions in the xsd file but i dont know how to correct this, can someone point me in the right direction please??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top