I have an xml file called myxml.xml
how do i get it to display in my html that has extention of .php, im guessing its in a table format?
myxml file shown below...
<?xml version="1.0" encoding="ISO-8859-1"?>
<VoucherManager>
<voucher>
<MerchantName>Klaus Kobec</MerchantName>
<AffiliateURL>http://www.paidonresults.net/c/00000/1/244/0</AffiliateURL>
<VoucherCode>EXPPREV</VoucherCode>
<VoucherDescription>£46 off the entire Klaus Kobec Ice Range!</VoucherDescription>
<StartDate>15/04/2009</StartDate>
<ExpiryDate></ExpiryDate>
</voucher>
<voucher>
<MerchantName>Caraselle</MerchantName>
<AffiliateURL>http://www.paidonresults.net/c/00000/1/368/0</AffiliateURL>
<VoucherCode>FIVER</VoucherCode>
<VoucherDescription>Spend £29.99 Or More And Receive £5 Off</VoucherDescription>
<StartDate>09/04/2009</StartDate>
<ExpiryDate>31/05/2009</ExpiryDate>
</voucher>
<voucher>
<MerchantName>Stauer</MerchantName>
<AffiliateURL>http://www.paidonresults.net/c/00000/1/339/0</AffiliateURL>
<VoucherCode>AWFREE</VoucherCode>
<VoucherDescription>Free postage and packing</VoucherDescription>
<StartDate>07/04/2009</StartDate>
<ExpiryDate>30/04/2009</ExpiryDate>
</voucher>
</VoucherManager>


Reply With Quote

Bookmarks