11 of 11
Previous
Next |
Using Templates for Concurrent XSLT Transformations
by Leonard Anghel
Use Templates to use a Transformer object (from the TrAX API) in multiple threads running concurrently.
|
Blocking Namespace Declarations in XSLT Transformation Results
by Leonard Anghel
Suppose you want to block a namespace declaration from appearing in your XSLT transformation results. You'd have to use the exclude-result-prefixes attribute in the stylesheet element.
|
Use the XSLT 2.0 Character-map Element to Replace Characters
by Leonard Anghel
Here's an example of how to use XSLT 2.0's new character-map element to replace a character (or group of characters) with another character (or group of characters) on the transformation runtime.
|
Insert an XML Schema into an XQuery Query
by Leonard Anghel
This tip shows you how to insert an XML Schema into an XQuery query.
|
Import an XML Schema into a Stylesheet Using XSLT 2.0
by Leonard Anghel
This tip shows you how to import an XML schema in your XSL pages, using XSLT 2.0.
|
Create a "Current Date" Extension Element for Xalan
by Leonard Anghel
This tip is just a small application that creates an extension element for the Xalan processor.
|
Process an XSL-FO Document
by Leonard Anghel
Learn how to use the FOP processor classes to process XSL-FO documents.
|
Use XSL-FO to Obtain a Page Number
by Leonard Anghel
This tip shows you how to use the fo:page-number and fo:page-number-citation elements to insert page numbers.
|
Compatible Stylesheets with xsl:fallback
by Leonard Anghel
This code shows you how to use the xsl:fallback element to achieve full compatibility between XSLT different versions.
|
Using the unparsed-entity-uri XSLT Function
by Leonard Anghel
This tip shows how to insert an image into the result-tree of an XSLT transformation using the unparsed-entity-uri function.
|
Read the First Line of a Text File
by Leonard Anghel
This code shows you how to use the instance methods from the FileReader and BufferedReader classes with a Xalan 2 processor to read the first line from a text file.
|
11 of 11
Previous
Next |