XML DTD

For the Compleat Fan
Locked
Dmi
Posts: 408
Joined: Sat Jun 04, 2005 4:16 pm
Location: Russia
Contact:

XML DTD

Post by Dmi »

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.
WBR, Dmi

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Post by rickyboy »

Sorry Dmi, I haven't had much time the last year to program; otherwise I might have it already. :-( --Rick
(λx. x x) (λx. x x)

Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Post by Jeff »

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...

Artful code

Locked