bigberrydigitaltechblog:
Sometimes when you’re creating and xslt document it can be frustrating when a value should appear but doesnt. Simply use the following code to show whats at the current node and below. <textarea><xsl:copy-ofselect=”node”/></textarea>
Sometimes when you’re creating and xslt document it can be frustrating when a value should appear but doesnt. Simply use the following code to show whats at the current node and below.
<textarea><xsl:copy-ofselect=”node”/></textarea>
thanks ^_^