Brolin Empey wrote: > > Is it possible to use class lists in XDocs source files with Forrest > v0.9-dev? > > I found a discussion about this issue from 2006 in the dev list archives: > > http://article.gmane.org/gmane.text.xml.forrest.devel/18694/match=class+lists [Proposal] Rules for Forrest Use of class-Attributes
Interesting thread that you found. (Making a note to re-read that sometime.) > I need to use a class list in an XDocs source file: > > <td rowspan="2" class="wide nested_table"> > > This source file fails validation: > > validate-xdocs: > /home/brolin/WEB/ > medallionsystem.com/forrest/branches/1_product_per_page/src/documentation/content/xdocs/cpu-modules/SA2410.xml:25:47: > Attribute value "wide nested_table" of type NMTOKEN must be a name token. I just tried, and yes it fails for me too, even without the underscore. I did a quick search from $FORREST_HOME/main using find/egrep Here is one example: ./webapp/resources/stylesheets/plugins-to-xdoc.xsl: <div class="frame note"> Because we don't validate the intermediate document format during processing, we can get away with that. Perhaps the "document" DTD needs modifying. Can you suggest a patch? -David