Quickly build scalable websites based on xml + xslt + css + php

Source: Internet
Author: User

1. separate data from display. xml data: <xml> <title> test title </title> <content> test content </content> <top> banner </top> <left> sidebar </left> <body> main body </body> <end> end of the page </end> </xml> test. xslt template: <? Xml version = "1.0" encoding = "UTF-8"?> <Xsl: stylesheet version = "1.0" xmlns: xsl = "http://www.w3.org/5o/#/transform"> <xsl: output method =" html "encoding =" UTF-8 "/> <xsl: template name = "index" match = "xml"> <xsl: value-of select = "document (")/*/xsl: template [@ name = DOCTYPE]/node () "disable-output-escaping =" yes "/> </xsl: template>

Such a split design can make the page more flexible. modifying any part at Will will not affect the rest of the blocks, and can constantly change the data of a specific block, such as the body. xml to generate more new pages, which is especially suitable for news systems or forums. xml: <xml>

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.