xml to html

webmasterbeta

New Member
hi can anyone plz help i have been tryin to convert this xml file to html and i am stuck . i have tried using xml spy. this is the file, can anyone plz tell me what the html file is supposed to look like

xml file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"request-summary.css"?>
<?xml:stylesheet type="text/xsl" href="request-full.xsl"?>
<product-availability-request customer-reference="RDD" customer-name="Sports Development" request-reference="RS/2005/172" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="request-summary.xsl">
<time-period>
<start-date>15/12/2006</start-date>
<end-date>17/12/2006</end-date>
</time-period>
<delivery-location><location>
<country>UK</country>
<state>Essex</state>
<post-code>SS15 6EE</post-code>
<address>Technical Centre, Laindon, SS15 6EE</address></location>
</delivery-location>
<description>Special order for alloy wheels to go on new RS model under development</description>
<quantity>100</quantity>
<product-preference type="preferred">
<product ref="7017RSRSC" img="7017rsrsc.jpg">17" RSR Shadow Chrome</product>
</product-preference>
<product-preference type="not">
<product ref="7017HYBRID" >17" Hybrid Shadow Chrome</product>
<product ref="6515HYBRID"> 15" Hybrid Shadow Chrome</product>
</product-preference>
<price-preference type="max">
<price currency="GBP">300.00</price>
</price-preference>
<price-preference type="min">
<price currency="GBP">200.00</price>
</price-preference>
</product-availability-request>
 
Back
Top