The
ImagoX
Extensions package is a group of standard and contributed Imago XSLT extensions.
ImagoX
provides a framework for the development of custom or application specific extensions. Once an
extension is incorporated into an
Imago
system its methods are available from within the XSLT stylesheets. Unless otherwise noted these
extensions require the
Imago
engine to function properly.
The general process for inserting extension content into a document is to create an element that will
be transformed by an XSLT. The XSLT transform will execute the extension element. First create an XML
document to be transformed. In the example below we create a
format
element in an
imago
namespace that we will use to trigger the XSLT template.
<?xml version="1.0"?>
<document xmlns:imago="http://xenei.org/imago/2002" >
<imago:format/>
</document>
All trademarks and copyrights are the property of their respective owners.
Copyright © 2002-2004 by Xenei.com, All Rights Reserved