|
I haven't studied your code in detail, but first problem which has to be fixed is consistent usage of lower/upper-case in element names. Your XML elements are named like "clrs", but your XSLT code refers them as "Clrs".
Anyway, for XSLT related questions it is best to ask at xsl-list mailing list.
|