Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...