Simple text formatter output handler for XT

Subject: Simple text formatter output handler for XT
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Sat, 25 Mar 2000 14:48:16 +0100
Hi,

I have posted a simple text formatter output handler for XT on our web :
http://downloads.dyomedea.com/java/examples/outputhandlers/formatedtext/

This formatter is managing the indentation and line breaks according to
tags identical to the 
XHTML tags : <p>, <ul>, <li> and <br>.

More features could easily be added and this can also be taken as an
example of how simple writing an output handler is.

The number of applications of such output handlers is huge : it gives
you the opportunity to add a specific treatment just after the
transformation.

Other output handlers could easily be developed to output PYX or xml2
text formats, to store the output into a RDBMS or a OODBMS, to bind it
into java objects or to pipe it into another XSLT transformation.

I hope you'll enjoy.

Eric
-- 
------------------------------------------------------------------------
Eric van der Vlist                                             Dyomedea
http://xmlfr.org         http://ducotede.com        http://dyomedea.com
------------------------------------------------------------------------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread