Compare commits

...

2 Commits

Author SHA1 Message Date
Vincent Calame 54de2e6b22 Erreur dans un espace de nom 2023-11-13 15:46:45 +01:00
Vincent Calame ebed56e06e Modification de l'adresse Fiddle 2022-09-08 22:37:09 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Cette bibliothèque est testée sous Firefox ou Chromium pour des tableaux de pe
## Démonstration de la bibliothèque
Une démonstration est visible ici : [jshtml2ods.exemole.fr/demo.html](https://jshtml2ods.exemole.fr/demo.html), également disponible via le site [Jsfiddle](https://jsfiddle.net/vcalame/4fxrkzgs/22/) pour faire des tests en direct.
Une démonstration est visible ici : [jshtml2ods.exemole.fr/demo.html](https://jshtml2ods.exemole.fr/demo.html), également disponible via le site [Jsfiddle](https://jsfiddle.net/vcalame/4fxrkzgs/23/) pour faire des tests en direct.
## Utilisation de la bibliothèque

View File

@ -70,7 +70,7 @@ OpenDocument.XmlWriter.prototype.addXmlnsAttributes = function () {
.addAttribute("xmlns:xhtml", "http://www.w3.org/1999/xhtml")
.addAttribute("xmlns:grddl", "http://www.w3.org/2003/g/data-view#")
.addAttribute("xmlns:tableooo", "http://openoffice.org/2009/table")
.addAttribute("xmlns:vdrawooo", "http://openoffice.org/2010/draw")
.addAttribute("xmlns:drawooo", "http://openoffice.org/2010/draw")
.addAttribute("xmlns:calcext", "urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0")
.addAttribute("xmlns:loext", "urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0")
.addAttribute("xmlns:field", "urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0")