I am using XSLT to convert a very large XML document into (X)HTML. For some of the tags I am converting them to a . I would like to be able to create
. I would like to be able to create
Look into the position() function.