Skip to content

Commit

Permalink
fix the ESPD Request header
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-eu committed Sep 6, 2024
1 parent 0d9fb04 commit 43d84fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ESPD/examples/ESPDdownload.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Vue.component('ESPDdownload',{
.att('@xmlns', 'xmlns:cac', 'urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2')
.att('@xmlns', 'xmlns:cbc', 'urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2')
.att('@xmlns', 'xmlns:espd', `urn:com:grow:espd:${schemeVersionID}`)
.att('@xmlns', 'xmlns:text', 'urn:oasis:names:tc:opendocument:xmlns:text:1.0')
.att('@xmlns', 'xmlns:util', 'java:java.util.UUID')
.att('@xmlns', 'xmlns:style', 'urn:oasis:names:tc:opendocument:xmlns:style:1.0')
.att('@xmlns', 'xmlns:table', 'urn:oasis:names:tc:opendocument:xmlns:table:1.0')
.att('@xmlns', 'xmlns:office', 'urn:oasis:names:tc:opendocument:xmlns:office:1.0')

//Transform JSON documents into XML
window.espd_request.com(` The ESPD-EDM-V${schemeVersionID} is entirely based on OASIS UBL-2.3 `)
Expand Down

0 comments on commit 43d84fe

Please sign in to comment.