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 derfloh 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
Joined
Apr 3, 2012
Messages
1
Location
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:organization" xmlns:ns3="urn:mastercard.com:dms:schemas:organization" xmlns:ns4="urn:mastercard.com:enterprise:schemas:account" xmlns:ns5="urn:mastercard.com:dms:schemas:cud:organization" xmlns:ns6="uri">
<ns3:Organization>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top