Working with XML in newLisp.

Q&A's, tips, howto's
Locked
Sunburned Surveyor
Posts: 28
Joined: Thu Jan 13, 2005 12:42 am
Location: California
Contact:

Working with XML in newLisp.

Post by Sunburned Surveyor »

I'm designing a simple database in newLisp based on an XML document. I was wondering if anyone has tried to run any compression utlities from newLisp? I would like to compress the XML file representing the database as part of the save/serialization process, but I would like this step to be invisible to the user. (The same would apply to decompression when the user opens the database.)

Any ideas? I prefer open source solutions if at all possible.

I would also like to know if anyone has done any work validating XML schemas with newLisp? Either internally, or via an external tool.

The Sunburned Surveyor

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

You may have a look at:

http://www.hpwsoft.de/anmeldung/html1/n ... LISP2.html

Offers ZIP (String) and ZLIB (String+file) compression. Freeware but not open source.
Hans-Peter

Sunburned Surveyor
Posts: 28
Joined: Thu Jan 13, 2005 12:42 am
Location: California
Contact:

Post by Sunburned Surveyor »

Thanks Hans-Peter...I'll take a look.

The Sunburned Surveyor

Locked