RE: [Doxygen-users] xml
Brought to you by:
dimitri
From: Marc B. <be...@ro...> - 2001-10-19 20:08:49
|
RE: DTDs versus schemas I find writing schemas rather tedious because of their verboseness, although as was previously pointed out they are more powerful than DTDs. Since I know DTD syntax, which is arcane but nicely succinct, I write a DTD first that encompasses the basic element structure I want and use a tool to convert the DTD to an XML schema. Then I embellish the schema. One tool for converting between DTDs and schemas is called XML Authority, although no doubt there are others. Marc Betz Documentation Systems Engineer Rogue Wave Software, Inc. 541 754 3272 -----Original Message----- From: Peter Steiner [mailto:pet...@hu...] Sent: Friday, October 19, 2001 12:15 AM To: dox...@li... Subject: Re: [Doxygen-users] xml On Thu, 18 Oct 2001 22:27:16 +0200, Dimitri van Heesch wrote: > If you know any (preferable non-Java) open-source tools that can > validate XML schema 1.0 docs please let me know. I don't know details (never used schema myself), but Xerces C++ has experimental Schema support. More details at http://xml.apache.org/xerces-c/schema.html Regards, Peter -- _ _ Peter Steiner <pet...@hu...> / /_/ / Hug-Witschi AG <http://www.hugwi.ch/> / _ / Electronic Engineering /_/ /_/ _ _ Industriestrasse 12 / / / / / / CH-3178 Boesingen / /_/ /_/ / Tel +41 31 740 44 44 /_ _ _ _ _/ Fax +41 31 740 44 45 _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |