newLISP Fan Club

Forum => Anything else we might add? => Topic started by: Dmi on March 27, 2007, 07:43:30 AM

Title: XML DTD
Post by: Dmi on March 27, 2007, 07:43:30 AM
Hey, guys!



Does anybody have a DTD tools for newlisp?

I need to send and receive a huge xml data, which must be syntactically checked.

This isn't an internet application - only an interface to specialized communication system.
Title:
Post by: rickyboy on April 13, 2007, 08:31:50 AM
Sorry Dmi,  I haven't had much time the last year to program; otherwise I might have it already.  :-(  --Rick
Title:
Post by: Jeff on April 13, 2007, 09:02:24 AM
You could probably find a c library to plug into.  I haven't played with that yet, but there are tons of c resources for xml.  You might start with expat.