I'm trying to write a transformation that will stick a session ID, and some other information into the action tag of <form> from an xhtml document. I have two rules, <xsl:template match="form" priority="1"> <xsl:template match="*" priority="-1"> Sablatron seems to be ignoring the priority attribute, and matching everything using the "*" rule. Any ideas how I can change the presedence? Simon P. Ditner csdepot.com/unitycode.org
