> I need to make the XSLT to test every attribute
> called priority in a document (<document> being the top
> element) and capture the highest priority of the entire
> document, and display it at the top and bottom of the
> document. (I know how to make it display)
I am guessing that your priority attribute can be sorted. In that case you
can apply a template with an ascending sort at the beginning and a
descending sort at the end.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|