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]

Re: scheme DTD parser


What parsers did you try?  The expat interface should do this reliably.

-Peter

On Thu, Aug 17, 2000 at 04:11:43PM +0200, Olivier Buechel wrote:
> 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

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.

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