|
XSL Transformations (XSLT)
XSLT is designed for use as part of XSL, which is a stylesheet language for XML. In addition to XSLT, XSL includes an XML vocabulary for specifying formatting. XSL specifies the styling of an XML document by using XSLT to describe how the document is transformed into another XML document that uses the formatting vocabulary.
|
|
What is XSLT?
Browse all of the latest tools available, including xslt editors, xslt engine and other xslt utilites.
|
|
XSLT engines
Tools for processing XSLT stylesheets.
|
|
XSLT Questions and Answers.
|
|
Java and XSLT
Since many of the XSLT processors are written in Java, they can be directly invoked from a Java application or servlet. Embedding the processor into a Java application is generally a matter of including one or two JAR files on the CLASSPATH and then invoking the appropriate methods. This chapter shows how to do this, along with a whole host of other programming techniques.
|
|
XSLT by Example
XSLT processors expect their input to be well-formed XML, and although HTML documents can be well-formed, but most aren't. For example, any Web browser would understand the following HTML document, but a number of things prevent it from being well-formed XML:
|
|
HTML and XSLT
XSLT processors expect their input to be well-formed XML, and although HTML documents can be well-formed, but most aren't. For example, any Web browser would understand the following HTML document, but a number of things prevent it from being well-formed XML:
|
|
Creating Links and Cross-References
If you're creating a web site, publishing a book, or creating an XML transaction, chances are many pieces of information will refer to other things. This chapter discusses a several ways to link XML elements
|
|
Jeni's XSLT Pages
These pages are all about XSLT, an XML-based language for translating one set of XML into another set of XML, or into HTML. Of course, there are all sorts of other pages around that cover XSLT. Jeni's XSLT Pages, though, are dedicated to helping people understand and make the most of using XSLT.
|
|
XSLT & XPath Tutorial
XSL can be confusing because it can refer to several different things. When people talk about XSL, they're usually referring to XSL Transformations (XSLT) and the Path Language (XPath). XSL also includes a formatting language, but the W3C hasn't approved the final recommendation for this part of XSL.
|
|
Inside XSLT
You can access the value of a node with the element. This element has two possible attributes:
|
|
Understanding XSLT
I had a dream the other night. It was really frightening. But like I told my analyst, this dream won't make a lot of sense if you haven't read about my money-making scheme using XML and my mother's recipes
|
|
XSLT Reference
Browse all of the latest tools available, including xslt editors, xslt engine and other xslt utilites.
|
|
www.xslt.com
Browse all of the latest tools available, including xslt editors, xslt engine and other xslt utilites.
|
|
The Extensible Stylesheet Language (XSL)
XSL is a language for expressing stylesheets. It consists of three parts: XSL Transformations (XSLT): a language for transforming XML documents, the XML Path Language (XPath), an expression language used by XSLT to access or refer to parts of an XML document. (XPath is also used by the XML Linking specification).
|
|
Getting Started with XSLT Style Sheets and Java Servlets
The world of XSL is moving fast, and developers want to know how this technology can benefit them. The XSL Transformations (XSLT) Working Draft has been evolving for the past year and has now reached a point of near stability. There are already several XSLT processors available, all in development in parallel with the Working Draft.
|
|
What kind of language is XSLT?
What kind of a language is XSLT, what is it for, and why was it designed the way it is? These questions get many different answers, and beginners are often confused because the language is so different from anything they are used to. This article tries to put XSLT in context. Without trying to teach you to write XSLT style sheets, it explains where the language comes from, what it's good at, and why you should use it.
|
|
PERSPECTIVE ON TECHNOLOGY: JAVATM SERVLET API AND XML
August 15, 2000 -- Dynamic, database-driven web content has become critical to improving efficiency and productivity. Although there are many techniques to generate and present dynamic web content, the most flexible and promising combines eXtensible Markup Language (XML) and JavaTM Servlets.
|
|
Developing, Applying and Optimizing XSLT with Java Servlets
This article explains the basic patterns and programming techniques commonly used when XSL Transformations (XSLT), Java Servlets, and XML are combined to create sophisticated web applications.
|
|
Add XML to your J2EE applications
J2EE, as a multitier enterprise application framework, currently remains incomplete by relying on HTML as its presentation layer, limiting the target audience largely to Web browsers. In this article, Eoin Lane proposes an open source replacement for the J2EE presentation layer by building an XML-aware application server with a fully operational end-to-end solution.
|
|
Dynamic XML in COOCON
Web publishing is very limited without the ability to create dynamic content. By dynamic XML we mean the content that is created as a function of request parameters or state of the requested resource. For this reason, a lot of work and design has been put into Cocoon to allow dynamic XML content to be generated.
|