|
-
Ignore previous one: How: Populate table of URLs from an XML using XSLT
This is a corrected posting. Please ignore my previous posting.
I just started XML. I searched for help for this problem but could not find
one 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 quote
as 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 construct
below:
<A HREF="URL"> hello </A>
I know, the syntax isn't correct if I replace the URL part with <xsl: value-of
select="url">.
Then how do I "put" a value there?
Hope some one knows a way out.
Thanks,
Aaron
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks