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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Parser

Status
Not open for further replies.

Knoblock

Programmer
Apr 3, 2012
1
US
Hello all, I'm new to XML and XSD files. I need to convert an XML file to a record layout that I can build a database table from. I'm using DMExpress but getting this error: "THis XML source does not contain a document type definition or XML schema. No record layouts were retrieved." I copied the first few lines here. Any help would be greatly appreciated! Thank you!

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns6:local xmlns="urn:mastercard.com:enterprise:schemas:common:elements" xmlns:ns2="urn:mastercard.com:enterprise:schemas:eek:rganization" xmlns:ns3="urn:mastercard.com:dms:schemas:eek:rganization" xmlns:ns4="urn:mastercard.com:enterprise:schemas:account" xmlns:ns5="urn:mastercard.com:dms:schemas:cud:eek:rganization" xmlns:ns6="uri">
<ns3:Organization>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top