ANN: CSV document parser 4xt

Subject: ANN: CSV document parser 4xt
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Wed, 24 May 2000 23:17:35 +0200
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


Current Thread