First of all, I am not very experienced in xml.
There is an xml stylesheet using this format:
<xsl:for-each select="depthem">
Depth Encoding Method: <xsl:value-of/>
</xsl:for-each>
It seems like a select attribute is required in xsl:value-of, but I'm not sure what to use to replace it?
There is an xml stylesheet using this format:
<xsl:for-each select="depthem">
Depth Encoding Method: <xsl:value-of/>
</xsl:for-each>
It seems like a select attribute is required in xsl:value-of, but I'm not sure what to use to replace it?