Categories


Using XLink to simplify the representation of data

Raiting 5.00

This explains how to use XLink pointers when representing data to make XML documents more compact and flexible. It is demonstrated by examples of an invoice with and without the XLink pointers, plus an example of using XLinks with a URL-addressable database

Recurse, not divide, to conquer

Raiting 5.00

This article demonstrates how to shift your thinking into the XSLT recursive approach.This is especially helpful if you have a background in a procedural language (Java and the like). Sample code demonstrates how to work with a flat XML or XHTML file that you want to process hierarchically

Recurse, not divide, to conquer

Raiting 5.00

This article will help you to bridge processing of an HTML element over two XSLT templates? Sample code available demonstrate the right way (and the wrong way) to work with a flat XML or XHTML file that you want to process hierarchically.

Expand XSL with extensions

Raiting 5.00

Most developers familiar with the basics of XML and XSL are not utilizing the combined power of XML and XSL for representing, manipulating, and presenting data over the Web and sharing data across differing applications. This article shows developers how to use extensions, a technique that allows you to expand the capabilities of XSL