XML LinksXML ToolsXML BooksXML & XSLT Examples |
XML and XSLT ExamplesSome simple XSLT examplesObsolete examplesSimple transformation using an old IE 5 type style sheet (1-ie.xml) styled with (1-ie.xsl) Transformation using an old IE 5 type style sheet (all-ie2.xml) styled with (all-ie-b.xsl)
Transformation using an old IE 5 type style sheet (books3.xml) styled with (books-ie.xsl)
More recent examplesSimple transformation using a new (IE 6, IE 5 with MSXML 3+, or Mozilla) type style sheet (1.xml) styled with (1.xsl) Simple transformation using a new (IE 6, IE 5 with MSXML 3+, or Mozilla) type style sheet (which employs an embedded CSS style sheet) (4.xml) styled with (4.xsl) Transformation using a new (IE 6, IE 5 with MSXML 3+, or Mozilla) type style sheet (all-ie.xml) styled with (all-ie.xsl)
Transformation showing the creation of HTML attributes ("href" for <a> in this example), the reading of XML file attributes, using xsl:choose to display a price in red when it's over $10.40, and using the sum() function to total prices.
Simple data binding exampleSimple example of data binding (Requires Internet Explorer) (books.html) using books.xml as it's data source. XLink examples(Requires Netscape Navigator 6+ or Mozilla) -- the links at the top of these files are implementations of XLink XML Schema exampleThe file books2.xml has the schema books2.xsd applied to it.
![]() |