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]

ANN: CSV document parser 4xt


CSVDocument is a CSV parser sending SAX events. 
URI : http://4xt.org/downloads/examples/csv/

The current implementation is designed to be used as a result tree 
fragment with XT. 

The content of the CSV document is returned as a table/tr/td tree (for 
similarity with XHTML) with an additional "pos" attribute allowing to 
easily define XPath request (such as "table/tr[@pos=2]/td[@pos=3]"). 

XSLT provides all the flexibility needed to transform this basic schema 
into customed XML documents. 

TODO : 

  - encoding handling 
  - customization of the separators 

Enjoy,

Eric
-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.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]