EDN Admin
Well-known member
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
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