|
I wrote:
<xsl:copy-of select="*/*
[3 < substring(@n,2)]"/>
</xsl:template>
Of course, the "less-than" operator was written escaped, however it is displayed as"<" -- I just don't know how to enter xslt code so that it would be properly displayed on this site -- anyway, the example is very simple and must be clear.
Dimitre Novatchev
|