Categories
Tags → Sablotron

Extending PHP

This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create ...
DETAILS

Transforming XML with XSL using Sablotron

This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. It does not discuss X...
DETAILS

XSLT sablotron extension in PHP4

The author notes &"Since PHP4.0.3RC2 the sablotron extension for XSLT is shipped with PHP. I wrote therefore a most simple class, which should allow a basic understanding, of how it works.&"
DETAILS
©2003-2019 jCay.com