I have the foll xml can anyone please guide me how can i render it in html table.
<order po="123" contact="me" comment="out of stock reorder">
<shippingAddress line1="123 Fake St" city="Madison" state="WI" zip="12345" />
<lineItem id="1" quantity="50" comment="for me">
<part number="XYZ123" descr="Spark Plug" price="5.00" weight="0.12" />
</lineItem>
<lineItem id="2" quantity="1">
<part number="ABC456" descr="Jacket" price="150.00" weight="5.0" />
</lineItem>
</order>