Issue Details (XML | Word | Printable)

Key: FOR-655
Type: Sub-task Sub-task
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Ross Gardler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest
FOR-184

Create sample document for XHTML2 subset

Created: 29/Aug/05 09:53 PM   Updated: 06/Jul/07 08:57 AM
Return to search
Component/s: Core operations
Affects Version/s: 0.8
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works xhtml2_subset.xml.diff 2005-09-11 11:33 AM Gavin 7 kB
Issue Links:
dependent
 


 Description  « Hide
Define the set of XHTML2 modules that will be used and document those by example. See discussion in thread:
Re: XHTML2 - let's do it!
http://marc.theaimsgroup.com/?t=112489497100007

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ross Gardler added a comment - 05/Sep/05 04:56 AM
An email from Gav... (see http://marc.theaimsgroup.com/?l=forrest-dev&m=112574969132056&w=2)

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...

Nicola Ken Barozzi added a comment - 05/Sep/05 05:40 AM
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.

Gavin added a comment - 06/Sep/05 07:35 AM
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.

David Crossley added a comment - 09/Sep/05 11:05 AM
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.

Gavin added a comment - 11/Sep/05 11:33 AM
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.

David Crossley added a comment - 11/Sep/05 03:31 PM
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.

David Crossley added a comment - 06/Jul/07 08:57 AM
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).