Search found 1 match

by papo3
Sat Dec 01, 2007 4:01 pm
Forum: XSLT and FOP
Topic: "Back to top" link using name templates
Replies: 0
Views: 3997

"Back to top" link using name templates

Hello, At the end of my xml/html page I want to add the hyperlink "back to the top" that points to the top of the page. I want to do this using the xsl:call-template element. I guess i have to use sth like that in my stylesheet : <xsl:template match="/"> <xsl:call-template name=&...