<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="xslt-style.xsl"?>

<data>

<title>XSLT: Overview</title>

<head>
<script type="text/javascript">
function Test() {
	alert("bla");
}
</script>
</head>
<back href="../index.html" text="&lt; back to the Overview"/>
<content>
	<p><strong>XSLT</strong> (<em>Extensible Stylesheet Language Transformations</em>; see <a href="http://en.wikipedia.org/wiki/XSLT">Wikipedia: XSLT</a>) is a stylesheet which <em>transforms</em> an XML file, e.g. into XHTML. It is supported by Firefox, Opera 9.5, Safari 3 and IE 5 and doesn't require further server- or client-side scripts. The server only has to provide the xml and the xsl file; local directories work too.</p>
	<p>
	<dl>
		<dt><strong>Examples</strong></dt>
		<dd><a href="parseXhtml.xml">Parsing XHTML files and replacing tags</a> — sometimes a little tricky</dd>
		<dd><a href="value-of.xml">value-of, copy-of</a> etc. for inserting content</dd>
		<dd><a href="f-document.xml">Including documents</a> in an XSLT Stylesheet</dd>
		<dd>Usage of <a href="mtemplates.xml">multiple templates</a></dd>
		<dd><a href="problems.xml">Possible problems</a></dd>
		
		<dt><strong>Quickref</strong></dt>
		<dd><a href="xpath.xml">XPath</a></dd>
		<dd><a href="xml.xml">XML</a></dd>
		
		<dt><strong>Links</strong></dt>
		<dd><a href="http://www.w3schools.com/xsl/">XSL</a> at w3schools.com: Tutorial and reference</dd>
		<dd><a href="http://www.w3schools.com/xpath/">XPath</a> at w3schools.com: Tutorial and reference</dd>
		<dd><a href="http://developer.mozilla.org/en/docs/index.php?title=XSLT">XSLT</a> in the MDC</dd>
	</dl>
	</p>
</content>

</data>

