Greg,
> I am having a problem that some code that output fine with transformiix
> but is not evaluatiing consistenly with sablotron.
> Is this possibly because certain language features may not be
> implemented?
Yes, the problem you describe is due to a missing language feature, the
'match predicates', as in the following instruction:
<xsl:template match="INPUT[@TYPE='select']">
This feature should be implemented pretty soon. Note that you can use
predicates in select attributes without limitation.
Tom