-
XML and tag elements
Hello.
I am trying to use something out of the features XML has to offer, and I came to an interesting problem for which I can't find a solution.
I have something like this in my code:
<link path="http://www.google.com">Google websearch</link>
(just an example).
I want to transform it with XSL into this:
<a href="http://www.google.com">Google websearch</a>
How can I do it? I can't seem to find how to transform tag elements (like "href" in the tag "a") nowhere.
Thanks for your help!
zweistein.web - tips&tricks for webmasters, music, programming, computers, Python, etc. new!!! English version, too!
email | ICQ: 161202879 | AIM: zweistein2169
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
Bookmarks