[Home] [By Thread] [By Date] [Recent Entries]
Original : From: Paul Miller <stele@f...> > ... > I should have been more clear. I just want to use XML for simple > non-web-bound application data files (document files). I need a > non-validating parser that I can use to efficiently parse my application > data, without all the complexity (and overhead) of something like DOM, > but not as general-purpose as expat. > ... I had a task to convert simple spreadsheet data - each row was complete in itself - to xml. I saved the spreadsheet as a tab-delimited file, converted it to XML using awk, and did the simple processing I needed to do using regular expressions in Python. It was quick and easy. Tom Passin xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To unsubscribe, mailto:majordomo@i... the following message; unsubscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



