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.
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.
Jeff
=====
Old programmers don't die. They just parse on...