Salut Pascale,
Deux petites choses rapides que je mets là en attendant de revenir plus en détails sur les autres.
Un formulaire très impressionnant XHTML et CSS. Très joli modèle de choses propres qu'il est possible de réaliser.
Aaron m'a donné deux liens car il lit ce que nous faisons.
editors: http://docbook.org/tdg/en/html/authorgroup.html
comments : http://docbook.org/tdg/en/html/xref.html
The xref thingy was used to handle comments (et. al.) in wblgml so that
you do...
<comments xref = "http://some-uri" />
....or...
<comments>
<comment id = "1235" />
<!-- comment data -->
</comment>
<comment xref = "http://some-uri" />
</comment>
You mileage may vary ;-)
*****
<!ENTITY % _item "(xref|(revhistory,post,comments?,footnotes?,(categoryref?|categoryref*)))">
<!ENTITY % _item.attrs "id ID #REQUIRED
state %local.attr.state; #IMPLIED
nextid IDREF #IMPLIED
parentid IDREF #IMPLIED">
<!ELEMENT comments (xref|(comment?|comment*))>
<!ELEMENT comment %_item;>
<!ATTLIST comment %_item.attrs;>
Intéressant à explorer. Ne pas paniquer Pascale ;) pour tout le verbiage technique. Je regarderais et expliquerait. :)
Posted by karl at juillet 17, 2002 08:56 PM