jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Anatomy of an XSLT processor

DeEnFrSp
Hits: 24

Anatomy of an XSLT processor

Rating 0.0 0.0
This article describes how an XSLT processor, in this case the author's open-source Saxon, actually works. Although several open-source XSLT implementations exist (see Resources), no one, as far as we know, has published a description of how they work. This article is intended to fill that gap. It describes the internal workings of Saxon, and shows how this processor addresses XSLT optimization.


Platform(s): n/a
Date: Dec, 12 2001
Author: http://www-106.ibm.com/developerworks/library/x-xslt2/

Ratings

Number of Ratings: 0 Votes
5     
0%
4
0%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!

Others Scripts

XML programming in Java

XML/Tips and Tutorials/Java and XML

XSLbyDemo

XML/Software

XML Registry

XML/Software

XML Security Suite

XML/Scripts and Programs/Security Systems

Xeena

XML/Software

Server-side scripting languages

PHP/Magazine Articles

IBM XSL Formatting Object Composer

XML/Scripts and Programs/Authoring Tools/Java

Deploying Web services with WSDL

XML/Tips and Tutorials/Web Services

Effective XML processing with DOM and XPath in Java

XML/Tips and Tutorials/Java and XML

P3P Policy Editor

Java/Applications/Miscellaneous

Atomik

Tools and Utilities/Wireless

XML Viewer

XML/Software

Introduces the Python xml_pickle object

Python/Tips and Tutorials/XML and Python

Charming Python: Text processing in Python for beginners

Python/Tips and Tutorials/Introduction to Python

Charming Python: Parsing with the SimpleParse module

Python/Tips and Tutorials/Miscellaneous