|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
xmlns attribute in root elementI have a xml file where the root element has xmlns attribute. When I try and
import it using a xsd file and sqlxml bulk insert it does not insert any records. When I remove the xmlns attribute it works perfectly. How can I make it work with this attribute, or is there an easy way to automate the removal of it? Thanks, Jeff Langston Cashless Systems Have you tried declaring the namespace in the XSD file? If you map the
root element with the namespace in the XSD file it should work. -- Bryant I am not sure how to do that. Could you post an example?
Thank You!!! Jeff Langston Cashless Systems Show quote "Bryant" <bryant@suespammers.org> wrote in message news:1102440875.786334.235630@f14g2000cwb.googlegroups.com... > Have you tried declaring the namespace in the XSD file? If you map the > root element with the namespace in the XSD file it should work. > -- > Bryant > |
|||||||||||||||||||||||