New to XML/XSD/XSL stuff...
I am working with an XML file provided to me to create an XSL; and it appears that he may have an XML design issue. Is ttl a name collision? How would I be able to reference ttl in an XSL file? tia,
Steve Medvid
IT Consultant & Web Master
Chester County, PA Residents
Please Show Your Support...
I am working with an XML file provided to me to create an XSL; and it appears that he may have an XML design issue. Is ttl a name collision? How would I be able to reference ttl in an XSL file? tia,
Code:
<cart_footer>
<merch_subtotal>Merchandice Subtotal </merch_subtotal>
<ttl>659.99</ttl>
<ship_hdlng>Shipping and Handling</ship_hdlng>
<ttl>15.00</ttl>
<sales_tx>Sales Tax</sales_tx>
<ttl>15.00</ttl>
<total>Total</total>
<ttl>714.99</ttl>
</cart_footer>
Steve Medvid
IT Consultant & Web Master
Chester County, PA Residents
Please Show Your Support...