|
This is the idea, it's ok.
For every tag demoed, I would also add the tags in a <pre-code-whatsitnowcalled> zone, so that one can see the underlying code near to the result. I have updated http://apache.minitutorials.com/xhtml2.html . I have also created an xml version at http://apache.minitutorials.com/xhtml2.xml .
Both still need some finishing off. The xhtml2 document has been added to the new experimental plugin: whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2 as xhtml2_subset.xml (There is also another xhtml2 example at index.xml). So if you have changes, then please provide a patch to those. The basic html pipeline in that plugin is now presenting an html rendition of those source docs, so you don't need the static html version anymore.
I have added all the rest of the sections mentioned in NKB's 'XHTML- lets do it!' mail.
I have populated most of these new sections with content. There is still more content and more examples to come soon. I have added classes and id attributes, these need confirming or changing for the stylesheet. Added your patch "1. xhtml2_subset.xml.diff (7 kb)".
I also fixed a few xhtml validation errors. See 'svn log xhtml2_subset.xml' or via http://svn.apache.org/viewcvs.cgi/forrest/trunk/ There are a couple of validation "errors" remaining. It seems that the RELAX NG grammars are missing some things, so i sent mail to the WD editor. Missing the "layout" atribute and missing the "full" attribute for abbr. Need to update our example file, after updating our RELAX NG to be http://www.w3.org/TR/2006/WD-xhtml2-20060726 (see FOR-654).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I have put up a basic xhtml sample document at
http://apache.minitutorials.com/xhtml2.html
I am basically just adding the whole list in order at the moment,
once all in and all working, then we can put all these into a
sample forrest document and use a style sheet of our own.
I guess this is the idea, get this bit working first?
Perhaps I am working backwards.
Gav...