Click to See Complete Forum and Search --> : First xml page


florida
03-03-2005, 12:36 PM
I want to just create my first attempt to grab xml data and put it on a readable web page.

Here is my first xml page called out.xml:

<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>John Jones</to>
<from>Carl Rivers</from>
<heading>Reminder</heading>
<body>data text</body>
</note>


Now what is next? Right now if I display the above page it shows me a page output with tags but want to make it look like an html page.
Please advise because I have never done anything with xml.

tripwater
03-03-2005, 03:06 PM
To start off, I would go here http://www.w3schools.com/xml/default.asp

They have a lot of helpful tutorials and explain things at a very simple level.

Hope it helps.