How: Populate table of URLs from an XML using XSLT

wxdqz

New Member
I just started XML. I searched for help for this problem but could not findone specific to this.This is the problem.I have a an XML file with a list of URLs.I could take that data and paint a simple HTML table using XSLT.The problem occurs when I want the each URL to be present inside a quoteas a value for the HREF attribute to form an HTML anchor.In other words how do I put URL part from XML using XSLT in the constructbelow:<CODE><PRE>&lt A HREF= <!-- m --><a class="postlink" href="http://forums.devx.com/archive/index.php/">http://forums.devx.com/archive/index.php/</a><!-- m -->"URL" &gt hello &lt /A &gt</PRE></CODE>
 
Back
Top