This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

scheme DTD parser


Does somebody have a guile aware parser not just for simple XML but
for the DTD (document type definition). I would like to program some
macros corresponding to the DTD elements. 
This would end in a application reading a DTD and returning a bunch of 
DTD/XML specific commands/operators.

p.ex.

DTD:    <!ELEMENT fiche (title,description,source) >
guile:  make-fiche, make-title,...
	input-fiche,...
	fiche-map,...
	fiche-insert, ...
	etc, etc
The xml parsers for guile I tried didn`t parse the DTD part of a XML
document correctly.
Thanks for any pointers
o
email: olivier.buechel@unifr.ch

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]