Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Using XLink to simplify the representation of data
Simple XML Validation with Perl
Recurse, not divide, to conquer
Expand XSL with extensions
Top Code
Expand XSL with extensions
Using XLink to simplify the representation of data
Simple XML Validation with Perl
Recurse, not divide, to conquer
XML > Tips and Tutorials > Development
Source List

Code 1-4 of 4   


To quote the W3C XLink specification: "[T]he XML Linking Language (XLink) ... allows elements to be inserted into XML documents in order to create and describe links between resources." The specification also states that links defined...





Although XML Schemas and RELAX promise fine-grained validation for XML documents, neither are presently available in the Perl world. You need a way to validate the structure of your documents. This can be achieved by combining the simplicity of...



This article demonstrates how to to bridge processing of an HTML element over two XSLT templates, by shifting your thinking into the XSLT recursive approach, which is especially helpful if you have a background in a procedural language (Java and...



Most developers 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. In terms both of power and simplicity, the combination of XML and...