<field type="math" size="12" unitText="%" unitPos="back"/>
I am able to select "type" and "12" from their respective fields but I cannot do the same for unitText and unitPos. Any ideas why?
Below is what I'm using to print type and size.
<xsl:value-of select="@size"/>
I am entering the "field" tag with this line
<xsl:template match="field" mode="all">
Thanks for any assistance. Been banging my head against the wall for awhile. :P