[Original] XSL learning experience-creating image hyperlinks

Source: Internet
Author: User
Tags xsl
Learning experience in XSL-creating image hyperlinks [original]
This is another problem I encountered during my study today. To create an image hyperlink, I need to put the link address in the href attribute of <a>, but this is to set the tag in the tag, no. I checked the Web programming practice tutorial to find the correct solution. I will share it with you now.
This code requires two images: A.gif and B .gif.
My. xml
The following is the program code:
<? Xml version = "1.0" encoding = "GB2312"?>
<? Xml-stylesheet type = "text/xsl" href = "mystyle. xsl"?>
<Books>
<Book ID = "a001">
<Name> network Guide </Name>
<Photo> a.gif </Photo>
<Homepage> http://www.a.com </Homepage>
</Book>
<Book ID = "a002">
<Name> LAN Technology </Name>
<Photo> B .gif </Photo>
<Homepage> http://www. B .com </Homepage>
</Book>
</Books>
Mystyle. xsl
The following is the program code:
<? Xml version = "1.0" encoding = "GB2312"?>
<Xsl: stylesheet version = "1.0" xmlns: xsl = "http://www.w3.org/1999/XSL/Transform">
<Xsl: template match = "Books/Book">

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.