Reference XML value from stylesheet

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, I have a stylesheet that has been designed to reference a value from an XML document. Im new to XML and not sure how to interpret the stylesheet. Ive been tasked with created an XML file for the existing stylesheet. The value is currently
being referenced from the stylesheet like so:
<span style="font-size:xx-small
<xsl:template match="/cust
<span style="font-size:xx-small
<xsl:value-of select="@custid"/>
<span style="font-size:xx-small <span style="font-size:xx-small Im not sure what the "@" symbol means but I assume a parameter? Can someone tell me how to format the XML file so that the stylesheet will work?


View the full article
 
Back
Top