-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from OP-TED/develop
Develop
- Loading branch information
Showing
78 changed files
with
15,700 additions
and
6,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,42 @@ | ||
|
||
# TED XML Data Converter 0.5.0 Release Notes | ||
|
||
## Contract Award Notices - TED forms F06, F13, F15, F21, F22, F23, F24, F25 | ||
Templates have been added to convert elements in TED XML Contract Award | ||
Notice forms F06, F13, F15, F21, F22, F23, F24, F25. | ||
|
||
A mapping for all TED elements defining justifications for direct awards to | ||
values of the "direct-award-justification" codelist has been created for | ||
BT-136 (Direct Award Justification). | ||
|
||
## Multilingual Business Terms | ||
A new template has been created to handle the conversion of multilingual text, | ||
and the code for all such BTs has been updated to use it. One TED element, | ||
URL_NATIONAL_PROCEDURE required the addition of static text included in the form PDF. The XML file | ||
"translations.xml" was created to hold the translations of the associated | ||
labels from the source TED form PDFs. | ||
|
||
## Improved performance | ||
Performance analysis of the converter revealed a significant amount of time | ||
was spent parsing the large codelist files "countries.xml" and "languages.xml". | ||
A separate XSLT file "create-ted-map.xslt" was written to create the smaller XML | ||
files "countries-map.xml" and "languages-map.xml". The use of these XML files | ||
instead of the original codelists reduced processing time by more than 50%. | ||
|
||
## Control of the output of BT comments and warning messages | ||
Two new templates "include-comment" and "report-warning" were added to the XSLT | ||
file functions-and-data.xslt in order to consolidate the processing of comments | ||
and warnings. Parameters were added to these templates to control their output; by | ||
default their values are set to 1, which allows the output of these templates. | ||
* "includecomments": set to 0 to suppress the "BT" comments from the output eForms XML | ||
* "includewarnings": set to 0 to suppress the "WARNING" comments from the output eForms XML | ||
* "showwarnings": set to 0 to suppress the "WARNING" comments from the output to the console | ||
# TED XML Data Converter 0.6.0 Release Notes | ||
|
||
## Prior Information Notices - TED forms F01, F04, F08, F21, F22, F23 | ||
Templates have been added to convert elements in TED XML Prior Information | ||
Notice forms F01, F04, F08, F21, F22, F23. | ||
|
||
## Previous versions of R2.0.9 schema | ||
|
||
In some previous versions of the R2.0.9 schema, different namespace URIs were used. To allow processing of XML files using these schemas without requiring extensive changes to the XSLT code, the "ted" namespace prefix used to reference TED elements was replaced by the * wildcard. Similarly, the "nuts" namespace prefix was replaced by the * wildcard to reference prior versions of the NUTS schema. | ||
|
||
The different namspaces were declared with prefixes as follows: | ||
|
||
| prefix | namespace URI | | ||
| --- | --- | | ||
| ted | http://publications.europa.eu/resource/schema/ted/R2.0.9/publication | | ||
| ted-1 | http://formex.publications.europa.eu/ted/schema/export/R2.0.9.S01.E01 | | ||
| ted-2 | ted/R2.0.9.S02/publication | | ||
| n2021 | http://publications.europa.eu/resource/schema/ted/2021/nuts | | ||
| n2016 | http://publications.europa.eu/resource/schema/ted/2016/nuts | | ||
| n2016-1 | ted/2016/nuts | | ||
|
||
|
||
* added new namespace declarations | ||
* changed references to TED elements to use the * wildcard for the namespace prefix | ||
|
||
## 2022 Amendment to the eForms Regulation | ||
|
||
The amendment to the 2019 eForms Implementing Regulation published in November 2022 [http://data.europa.eu/eli/reg_impl/2022/2303/oj](http://data.europa.eu/eli/reg_impl/2022/2303/oj) changed and added several business terms. | ||
|
||
|
||
## New parameters to set values for Business Terms | ||
|
||
* `"notice-identifier"` for `BT-701 Notice Identifier` | ||
* `"procedure-identifier"` for `BT-04 Procedure Identifier` | ||
* `"sdk-version"` for the SDK version | ||
|
||
eforms-notice-subtypes.xml | ||
|
||
## Minor changes | ||
* Minor fixes for Award Criteria and Contract Extension | ||
* Improved conversion of values in AC_WEIGHTING | ||
* The meaning of "cardinality" in HTML comments in the XSLT was clarified | ||
* Added mapping file eforms-notice-subtypes.xml to define BT-02 Notice Type and BT-03 Form Type | ||
* The format of the LotResult Technical ID (OPT-322) was corrected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.