📄 xsl_languages.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XSL Languages</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>XSL Languages</h1>
<a href="default.asp"><img border="0" src="../images/btn_previous.gif" alt="prev" width="100" height="20" /></a>
<a href="xsl_intro.asp"><img border="0" src="../images/btn_next.gif" alt="next" width="100" height="20" /></a>
<hr />
<p class="intro">It started with XSL and ended up with XSLT, XPath,
and XSL-FO.</p>
<hr />
<h2>It Started with XSL</h2>
<p>XSL stands for E<b>X</b>tensible <b>S</b>tylesheet <b>L</b>anguage.</p>
<p>The World Wide Web Consortium (W3C) started to develop XSL because there was
a need for an XML-based Stylesheet Language. </p>
<hr />
<h2>CSS = HTML Style Sheets</h2>
<p>HTML uses predefined tags and the meaning of the tags are <b> well
understood</b>.</p>
<p>The <b><</b>table<b>></b> element in HTML defines a table - and a browser knows <b>
how to display it</b>.</p>
<p>Adding styles to HTML elements is simple. Telling a browser to display
an element
in a special font or
color, is easy with CSS. </p>
<hr />
<h2>XSL = XML Style Sheets</h2>
<p>XML does not use predefined tags (we can use any tag-names we like), and the meaning of these tags are
<b> not well understood</b>.</p>
<p>A
<table> element could mean an HTML table, a piece of furniture, or
something else - and a browser <b>does not know how to
display it</b>.</p>
<p>XSL <b>describes</b> how the XML document should be displayed!</p>
<hr />
<h2>XSL - More Than a Style Sheet Language</h2>
<p> XSL
consists of three parts:</p>
<ul>
<li>XSLT - a language for transforming XML documents</li>
<li>XPath - a language for navigating in XML documents</li>
<li>XSL-FO - a language for formatting XML documents</li>
</ul>
<hr />
<h2>This Tutorial is About XSLT</h2>
<p>The rest of this tutorial is about XSLT - the language for transforming XML
documents.</p>
<p>But you can also study our
<a href="../xpath/default.asp">XPath Tutorial</a> and our
<a href="../xslfo/default.asp">XSL-FO Tutorial</a>.</p>
<hr />
<a href="default.asp"><img border="0" src="../images/btn_previous.gif" alt="prev" width="100" height="20" /></a>
<a href="xsl_intro.asp"><img border="0" src="../images/btn_next.gif" alt="next" width="100" height="20" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -