[xsl] Order which templates apply

Subject: [xsl] Order which templates apply
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Fri, 7 Mar 2003 10:17:31 -0700
Hello,

I know this question has been asked... but I still don't get it.  More
importantly, I don't understand how to change the order which template rules
are applied.  I have multiple template matches which match different parts
of my xml object.  I'd like to control which template is applied first.  I
have this:

     <form name='asdf' action='dbxmladmin.asp' method='POST'>
           <xsl:apply-templates/>
      </form>


>From this, I build a set of form elements, and then some hidden form
elements.  The hidden form elements, which appear higher up in the xml
object are applied first, however I'd like this template to be applied last.
Was I too vague, do I need to give more information?

Thanks,
Karl


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread