noccy Posted December 2, 2006 Posted December 2, 2006 Hi! I am new to working with xml files, and need to know if I am on the right track... The file is supposed to show the schema of a database: <?xml version="1.0" encoding="utf-8" ?> - <Schema> - <Tables> - <Table Name="Categories"> - <Fields> <Field>Description</Field> </Fields> </Table> - <Table Name="Customers"> - <Fields> <Field>CompanyName</Field> <Field>ContactName</Field> <Field>ContactTitle</Field> </Fields> </Table> - <Table Name="Employees"> - <Fields> <Field>Country</Field> <Field>EmployeeID</Field> <Field>Extension</Field> <Field>FirstName</Field> <Field>HireDate</Field> </Fields> </Table> </Tables> </Schema> thanks noccy Quote
Shurik12 Posted December 6, 2006 Posted December 6, 2006 Hi, http://www.thescripts.com/forum/thread178501.html Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.