| View: | [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2001 ] |
| Articles Tutorials |
- Grouping With XSLT 2.0 by Bob DuCharme - [Clicks: 15]
In his latest Transforming XML column Bob DuCharme explains how to use the new grouping facilities in XSLT 2.
[Includes source code]
http://www.xml.com/pub/a/2003/11/05/tr.html - Nov, 2003 - XSLT Reflection by Jirka Kosek - [Clicks: 26]
This article showed two real world advantages of XSLT being expressed in the XML syntax. This allows authors of stylesheets to manipulate with the XSLT code directly from their stylesheet and utilize it for various interesting effects. This functionality of XSLT is very similar to the concept of reflection known from other programming languages.
[Includes source code]
http://www.xml.com/pub/a/2003/11/05/xslt.html - Nov, 2003 - Datatype Checking With XSLT 2.0 by Bob DuCharme - [Clicks: 10]
In his latest Transforming XML column Bob DuCharme discusses the new datatypes system in the latest major release of XSLT.
http://www.xml.com/pub/a/2003/10/01/tr.html - Oct, 2003 - Writing Your Own Functions in XSLT 2.0 by Bob DuCharme - [Clicks: 9]
In this month's Transforming XML column Bob DuCharme explains how to write arbitrary XSLT functions in XSLT 2.0.
http://www.xml.com/pub/a/2003/09/03/trxml.html - Sep, 2003 - A Design Pattern for a Rule Engine by Yuri Boglaev - [Clicks: 215]
Commercial and open source rule engines can be vexing for small businesses. In this first of a two-part series, explore a simple approach to separating business rules from application code through a rule engine based on an event-condition-action paradigm and XSLT that can offer a less complex alternative to commercial and open source rule-based products.
http://www.fawcette.com/javapro/2003_08/online/xml_yboglaev_08_01_03/ - Aug, 2003 - New and Improved String Handling by Bob DuCharme - [Clicks: 18]
In this month's Transforming XML column Bob DuCharme explains some of the new and improved string handling functions -- for concatenation, search, and replace -- in XSLT/XPath 2.0.
http://www.xml.com/pub/a/2003/08/06/tr.html - Aug, 2003 - Transclusion with XSLT 2.0 by Bob DuCharme - [Clicks: 15]
In Bob DuCharme's latest Transforming XML column he examines some new XSLT 2.0 features which make document transclusion a reality.
http://www.xml.com/pub/a/2003/07/09/xslt.html - Jul, 2003 - Regular Expression Matching in XSLT 2 by Bob DuCharme - [Clicks: 19]
In this month's Transforming XML column Bob DuCharme explains why XSLT 2.0's new regular expression support will yield an expressive, powerful tool.
http://www.xml.com/pub/a/2003/06/04/tr.html - Jun, 2003
- Analyze non-XML data with XSLT by Chuck White - [Clicks: 10]
This tutorial explores how to create string parsing routines in XSLT so that you can tokenize straight, non-XML text, thus turning that text into a series of XML elements. Specifically, this tutorial examines how to convert such documents as weblogs and Web configuration files into XML for improved readability and programmatic access.
[Formats: HTML, PDF, Zip]
http://www-106.ibm.com/developerworks/edu/x-dw-xdataxslt-i.html - Dec, 2003 - Code generation using XSLT by Leigh Dodds - [Clicks: 17]
This tutorial provides a basic introduction to code generation concepts, and in particular introduces XSLT as a code generation tool. The tutorial also discusses the limitations of XSLT when generating code, and demonstrates how to compensate for some of these issues using a flexible framework built with open source tools, such as Ant and Jalopy. This simple but powerful framework can be applied to the generation of many different types of code.
[Formats: HTML, PDF, ZIP]
http://www-106.ibm.com/developerworks/edu/x-dw-codexslt-i.html - Apr, 2003 - Create multi-purpose Web content with XSLT by Nicholas Chase - [Clicks: 11]
This tutorial shows you how to set up a Java servlet that detects the type of display that is necessary and automatically produces appropriate markup for the content that uses XSLT.
[Formats: HTML, PDF, ZIP]
http://www-106.ibm.com/developerworks/edu/x-dw-xwebxslt-i.html - Mar, 2003