Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Balisage www.w3.org [Fut : traitement xml : caracteres interdits ?]

1 view
Skip to first unread message

Olivier Miakinen

unread,
Jan 6, 2011, 6:05:53 AM1/6/11
to
[diapublication avec suivi]

Le 05/01/2011 23:32, j'écrivais sur fclp :
>
> <cit. http://www.w3.org/TR/REC-xml/#charsets>
> Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |
> [#x10000-#x10FFFF]
> </cit.>

Il est à noter que le code HTML de cette doc officielle du W3C va un
peu à contre-courant des recommandations habituelles concernant les
bonnes habitudes en HTML :

<table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td><a
name="NT-Char"
id="NT-Char">[2]&nbsp;&nbsp;&nbsp;</a></td><td><code>Char</code></td><td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td><td><code>#x9
| #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |
[#x10000-#x10FFFF]</code></td><td><i>/* any Unicode character, excluding
the surrogate blocks, FFFE, and FFFF. */</i></td></tr></tbody></table>

Le même un peu mis en forme :

<table class="scrap" summary="Scrap">
<tbody>
<tr valign="baseline">
<td><a name="NT-Char" id="NT-Char">[2]&nbsp;&nbsp;&nbsp;</a></td>
<td><code>Char</code></td>
<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
<td><code>#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |
[#x10000-#x10FFFF]</code></td>
<td><i>/* any Unicode character, excluding the surrogate blocks,
FFFE, and FFFF. */</i></td>
</tr>
</tbody>
</table>

:-D

[suivi positionné vers fr.comp.infosystemes.www.auteurs]

--
Olivier Miakinen

Olivier Masson

unread,
Jan 6, 2011, 6:45:12 AM1/6/11
to
Le 06/01/2011 12:05, Olivier Miakinen a ï¿œcrit :

> Le mï¿œme un peu mis en forme :


>
> <table class="scrap" summary="Scrap">
> <tbody>
> <tr valign="baseline">
> <td><a name="NT-Char" id="NT-Char">[2]&nbsp;&nbsp;&nbsp;</a></td>
> <td><code>Char</code></td>
> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
> <td><code>#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |
> [#x10000-#x10FFFF]</code></td>
> <td><i>/* any Unicode character, excluding the surrogate blocks,
> FFFE, and FFFF. */</i></td>
> </tr>
> </tbody>
> </table>
>
> :-D
>

> [suivi positionnᅵ vers fr.comp.infosystemes.www.auteurs]
>

Oulala ! En effet, du valign, du name, du i, une table pas vraiment
justifiï¿œe... la honte :)

0 new messages