Re: How to parse an XML doc that has namespace defined in its root ele
- From: markc600@xxxxxxxxxxx
- Date: 31 Oct 2006 22:45:13 -0800
You've missed the end tag in the namespace declaration (a trailing '/')
Change
EXEC sp_xml_preparedocument @idoc OUTPUT, @doc, '<ns0:MyDataSet
xmlns:ns0="MyDataSet">'
to
EXEC sp_xml_preparedocument @idoc OUTPUT, @doc, '<ns0:MyDataSet
xmlns:ns0="MyDataSet"/>'
.
- Prev by Date: [Announce] Altova Users: Upgrade to Stylus Studio 2007 for Reduced Price
- Next by Date: RE: How to parse an XML doc that has namespace defined in its root ele
- Previous by thread: [Announce] Altova Users: Upgrade to Stylus Studio 2007 for Reduced Price
- Next by thread: RE: How to parse an XML doc that has namespace defined in its root ele
- Index(es):
Loading