|
The creation of the XSLT Stylesheet library was sponsored by Infoteria
Corporpation, an XML tools company for which I served as Chief XML Evangelist
some time back. The library contains over a 100 examples of XSLT
Templates for you to view, download and use in your own XSLT creations.
Recently, I have added the two additional interfaces
below for browsing stylesheets. Please check them out and let me know
what you think. If you have any comments, please send them to
HeadGeek@XMLPitstop.com
MultiTabbed viewer:
This interface displays all of the categories in a tab control across the
top. This tab control has the capability to scroll categories
horizontally for better screen real-estate.
Drag/Drop viewer:
This interface allows you to drag/drop categories to a "Pickup Area" to
make it easier to download multiple categories at once.
They are arranged into the
following categories:
-
Data Formatting (2
Stylesheets ) : Using XSLT functions to format strings and numbers.
-
EXSLT (19
Stylesheets): Examples of implementations of XSLT templates from exslt.org.
-
FilteringSorting(9
Styesheets): Examples of using XSLT to Filter and Sort Data.
-
Grouping(4
Stylesheet): Examples of grouping techniques, like the Muenchian
Grouping technique.
-
HTML(13
Stylesheets): Examples of transforming XML into common HTML elements
-
Multiple Data Sources(7
Stylesheets) : Examples of performing XSLT Transformations on multiple,
combined XML Documents.
-
Multi-Lingual(4
Stylesheets): Demonstrations of several Internationalization demos of
displaying XML files.
-
NonXML(2 Stylesheets)
: Performing Translations on "Non-XML" datasources such as fixed-length
strings.
-
OneToMany(4
Stylesheets): Examples of processing XML documents that demonstrate having a
"One to Many" relationship.
-
OneToManyToMany(4
Stylesheets):Examples of processing XML documents that demonstrate having a
"One to Many to Many" relationship.
-
Recursion(10
Stylesheets) : Yes, one of my favorite categories. This category
contains several examples of recursively processing XML Data.
-
Table Formatting(3
Stylesheets): See Examples of displaying tables in Alternating Rows,
Alternating Cols or Conditional Rows
-
XMLtoXML(7
Stylesheets):Examples of translating one XML document to another XML document.
-
XSLT Elements (23
Stylesheets):Demonstrations of using each of the elements of XSLT.
|