qui font totalement doublon a des trucs tel que SVG
En même temps tu connais un seul soft qui implémente correctement SVG ? Personnellement j'ai abandonné d'utiliser ce format comme format d'échange entre application tellement le support est aléatoire d'une appli à l'autre.
Le format OOXML est plus "crade" que le format ODF, mais c'est pour une bonne raison : les similarités avec les formats binaires de MS. Et ca facilite grandement l'implémentation d'OOXML dans les softs supportant déjà les formats binaires de MS. Comme le disent encore une fois les types de Gnumeric :
"How hard was it to implement ODF support compared to OOX ?
it was significantly more difficult. To be clear, ODF support was nowhere near as much work as the old binary filters, we are talking about XML here. However, while Import filters start with parsing the structure, in the end, extracting the basic state is no more than the ante for the real work. You need to handle the impedance mismatches between the concepts in the file format, and your implementation. ODF’s model of ‘chartness’ didn’t fit well with Gnumeric. In contrast XLSX may be ugly, but it’’s concepts were very familiar from XLS. We already had much of the code required to handle it."
Re: Format d'echange
Notes qu'implémenter ODF ne semble pas aussi simple que ca dans le cas des feuilles de calcul, enfin c'est ce qu'en penses l'équipe de Gnumeric :
http://blogs.codes-sources.com/openxml/archive/2008/03/02/po(...)
qui font totalement doublon a des trucs tel que SVG
En même temps tu connais un seul soft qui implémente correctement SVG ? Personnellement j'ai abandonné d'utiliser ce format comme format d'échange entre application tellement le support est aléatoire d'une appli à l'autre.
Le format OOXML est plus "crade" que le format ODF, mais c'est pour une bonne raison : les similarités avec les formats binaires de MS. Et ca facilite grandement l'implémentation d'OOXML dans les softs supportant déjà les formats binaires de MS. Comme le disent encore une fois les types de Gnumeric :
"How hard was it to implement ODF support compared to OOX ?
it was significantly more difficult. To be clear, ODF support was nowhere near as much work as the old binary filters, we are talking about XML here. However, while Import filters start with parsing the structure, in the end, extracting the basic state is no more than the ante for the real work. You need to handle the impedance mismatches between the concepts in the file format, and your implementation. ODF’s model of ‘chartness’ didn’t fit well with Gnumeric. In contrast XLSX may be ugly, but it’’s concepts were very familiar from XLS. We already had much of the code required to handle it."
MonoFrance
[ Répondre ]