Nicola Ken Barozzi wrote: > > IMHO we should eventually support every xhtml2 module, but it's not > strictly needed. Ok to leave it out for now, and see later to include it > via an input module, as it's just a (legacy induced) substitute for > <span href=""></span>.
Today i added the complete XHTML2 RELAX NG schema (main/webapp/resources/schema/relaxng/WD-xhtml2-20050527) and a driver for Forrest (xhtml2-forrest.rng) that uses just the modules that we decided so far. There is a demonstration of using the new Jing transformer in whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2 Just uncomment the transformer in structurer.xmap and/or add similar transformers to any other parts of the sitemaps. The two example XHTML2 instances in that plugin now validate (index.html and samples/xhtml2_subset.html). -David