Subject:To create local hyperlinks in HTML using XSL template while converting XML to HTML Author:shanthg ganesh Date:08 Jun 2006 02:28 AM
Pls help me out in the following task:
I have converted XML to several HTML pages using XSL and xalan parser.My problem is that I want to navigate in these HTML pages using local hyperlinks.Eg <a class="anchor" name="ga0"></a> - This is the tag I use in HTML to create a local hyper link. In order to go to this point from another HTML page I would give syntax as <a href="filename.html#ga0">. How to give or create such hyperlinks using XSL. Pls help me out with your technical ideas.
Subject:To create local hyperlinks in HTML using XSL template while converting XML to HTML Author:Minollo I. Date:08 Jun 2006 09:44 AM
Unless you provide a concrete example, it's difficult to imagine what kind of problems you are having. There is nothing that prevents you from creating internal (or external, for what matters) HTML links from XSLT...