RE: header/footer: How to to separate html-tag in to different xs l-template rules?

Subject: RE: header/footer: How to to separate html-tag in to different xs l-template rules?
From: Carlos Araya <elrond@xxxxxxxxxxxxxxxx>
Date: Fri, 23 Jun 2000 09:01:18 -0700 (PDT)
Hi there:

The basic concept is that the main template (the one matching the
root element) contains all the structure of the HTML page and then you can
just go down and use <xsl:apply-templates> so the matching elements for
that section can be processed. Unless you specifically write the template
tag as something like <xsl:apply-templates match="MyTemplate"> the
templates will be processed in the order they appear in the documents

You can use absolute XPath expressions or you can use unique tag names to
take care of the problem of only certain tags matching certain sections of
the document.

If you have any questions, feel free to contact me directly

HTH
Carlos





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


Current Thread