An XSLT style sheet and an XML dictionary approach to internationalization
This article demonstrates a strategy for internationalizing a site's Web pages,
based upon HTML, XML, Extensible Stylesheet Language Transformations (XSLT) and Java Server Pages (JSP).
The constru...
[May. 28, 2001] |
Developing, Applying and Optimizing XSLT with Java Servlets
In this article, the author describes programming techniques commonly used when
Extensible Style Language Transformations (XSLT), Java Servlets, and XML are
combined to create sophisticated web appl...
[Jan. 29, 2001] |
Dynamic Web Sites with XML, XSLT and JSP
This tutorial begins with a
clear explanation of what Java Server Pages (JSP) are and then walks through downloading
and installing Java, Tomcat, Xalan and Jakarta Taglib.
In the process of illus...
[Aug. 23, 2001] |
Jato: The new kid on the Open Source Block, Part 3
This tutorial, written by Jato developer Andy Krumel, demonstrates how to convert XML data into a Swing
interface. Topics include how to employ Jato expressions and create conditional objects
usin...
[Jun. 17, 2001] |
Java and XSLT, Chapter 5: XSLT Processing with Java
Extensible Stylesheet
Language Transformations (XSLT) Processing with Java is an excerpt from the
O'Reilly & Associates book XSLT Processing with Java, by Eric M. Burke.
The article begins with i...
[Aug. 28, 2001] |
JSP vs. XSP
In this article, which is part of the series JSP and Servlets,
the author compares a technology growing in usage, Extensible Server Pages, with
the Java Server Pages (JSP) approach to serving dynami...
[Mar. 27, 2001] |
Kafka XSL SOAP Toolkit
Kafka is an Extensible
Style Language Transformations (XSLT) framework for making Simple Object Access
Protocol (SOAP) endpoints. A SOAP endpoint is a HTTP-based URL identifying a target for method ...
[Mar. 27, 2001] |
Mastering XML and XSL Courseware
Mastering XML and XSL curriculum is designed for a five-day course that provides participants with comprehensive overview of the eXtensible Markup Language (XML) and eXtensible Stylesheet Language (XS...
|
Serving XML with JavaServer Pages
This tutorial details the use of JavaServer Pages (JSP), eXtensible Style
Language (XSL) and eXtensible Style Language Transformations (XSLT) in the
construction of an ecommerce application deliveri...
[Jul. 27, 2000] |
The Java Message Service and XSLT for E-Business Messaging
In this tutorial the author explores a simple but robust way to transport XML
data between applications: the "ideal marriage" of Java Message Service (JMS)
and XML.
JMS is a simple yet flexible ...
[Jan. 26, 2001] |
The Tao of Recursion: Named Templates in XSLT
A concise tutorial on using named templates and introducing recursion into
Extensible Stylesheet Language Transformations (XSLT) for powerful templates
with surprisingly little code....
[Jul. 17, 2000] |
Top Ten Java and XSLT Tips
Top Ten Java and Extensible Stylesheet
Language Transformations (XSLT) Tips offers real world advice for developers
using the two languages from Eric M. Burke, author of the O'Reilly & Associa...
[Sep. 4, 2001] |
Transforming XML documents
In this tutorial the author shows how to use eXtensible Style Language
Transformations (XSLT) and Java to transform XML documents to HTML
pages, XML to
XML documents into Scalable Vector Graphics ...
[Jul. 14, 2000] |
Using Saxon's Java API in PHP4 to transform XML
In this tutorial the author begins by introducing PHP4's Java support
and the
increasing support for eXtensible Style Language Tranformations (XSLT),
then
explains how how to use the Saxon XSLT ...
[Jul. 11, 2000] |
Using SAXTransformerFactory
This is a tutorial explaining how to use the SAXTransformerFactory from Benoit Marchal, author
of Applied XML Solutions, XML in the Enterprise and XML by Example.
The SAXTransformerFactory Java cl...
[Sep. 5, 2001] |