First xml page

admin

Administrator
Staff member
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.
 
Back
Top