Acertijo

De frikis/{ Curiosidades | Open Source } — 28/11/2005 @ 18:13

Los siguientes ejemplos son documentos de texto. Adivine cuál de ellos es el ideado por MS, en aras de la compatibilidad y los estándares, y cuál OpenDocument, el estándar de aplicaciones libres como OpenOffice.


<w:p>
<w:r>
<w:t>This is a </w:t>
</w:r>
<w:r>
<w:rPr>
<w:b />
</w:rPr>
<w:t>very basic</w:t>
</w:r>
<w:r>
<w:t> document </w:t>
</w:r>
<w:r>
<w:rPr>
<w:i />
</w:rPr>
<w:t>with some</w:t>
</w:r>
<w:r>
<w:t> formatting, and a </w:t>
</w:r>
<w:hyperlink w:rel="rId4″ w:history="1″>
<w:r>
<w:rPr>
<w:rStyle w:val="Hyperlink” />
</w:rPr>
<w:t>hyperlink</w:t>
</w:r>
</w:hyperlink>
</w:p>

…vs…


<text:p text:style-name="Standard">
This is a <text:span text:style-name="T1″>
very basic</text:span> document <text:span
text:style-name="T2″> with some </text:span>
formatting, and a <text:a xlink:type="simple”
xlink:href="http://example.com">hyperlink
</text:a>
</text:p>

La respuesta (para quien no lo tenga clarísimo) la puede encontrar en la interesantísima comparación de formatos realizada por Groklaw.

Diario de sueños de Guillermo Pérez (aka bisho)