This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Simple text formatter output handler for XT


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]