XSL Tags
Connecting
<?xml-stylesheet type="text/xsl" href="propertiesdemo.asp"?>
Two common XSL namespaces:
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
| XSL Examples |
| Templates --
built-in templates, adding modularity, includes and imports Templates Examples-- |
| XSL Namespaces-- using namespaces with XSL |
| XPath -- getting
around XSL XPath Examples |
| Functions--
using functions Functions Examples |
| Variables and Parameters |
-- only for 6.0
<xsl:apply-templates/>
Makes for modular programming with xml