Get flash to fully experience Pearltrees
This document elaborates on my ideas about XSLT in response to Kevin Davis’s experiments with Movable Type at Alazanto . Be warned that really understanding this document will require a good knowledge of XML and XSLT, although I have tried to make the explanation and examples as clear as possible. The Problem Kevin has been experimenting with using XSLT to format simple XML output from Movable Type into a complete web page.
第一个XML文档 随着Internet的发展,越来越多的信息进入互联网,信息的交换、检索、保存及再利用等迫切的需求使HTML这种最常用的标记语言已越来越捉襟见肘。HTML将数据内容与表现融为一体,可修改性、数据可检索性差,而XML借鉴了HTML与数据库、程序语言的优点,将内容与表现分开,不仅使检索更为方便,更主要的是用户之间数据的交换更加方便,可重用性更强。 XML是一种元标记语言,没有许多固定的标记,为WEB开发人员提供了更大的灵活性。