From: Dave Thomas Date: 2002-02-28T14:09:40+09:00 Subject: RDoc and XML - opinions please OK - I've got RDoc generating some semblance of XML. It seems to validate OK using xalan, so I'm posting an example and the dtd for comments. In the end I decided not to use XLink, as it seemed easier not to have the extra namespace in there for little gain. I also decided to use ID tags as the targets of hyperlinks, which might be a mistake. Anyway, the sample .xml is at http://pragprog.com/rdoc/rdoc.xml and the dtd is http://pragprog.com/rdoc/rdoc.dtd (Please don't start writing xsl based on this dtd - it's bound to change). Comments? Dave