Forum OpenACS Development: Re: XQL DTD available for CVS HEAD

Collapse
Posted by Steve Manning on
Bart

Not wishing to belittle your hard work but a talk I attended recently suggested that in future we should be using XML Schemas in place of DTD's. http://www.w3.org/XML/Schema

- Steve

Collapse
Posted by Bart Teeuwisse on
Steve,

I couldn't agree more. However, I do know that Emacs (and many other editor) can parse DTDs. Support for XML Schemas is spotty at this time.

When the time is right we can convert DTDs into XML Schemas using tools such as http://www.w3.org/2000/04/schema_hack/.

/Bart