mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
This is for consistency with GtkAda and GPS, and enables one to chose the build mode at configure time rather than through environment variables. Use pragma Initialize_Scalars when in Debug mode, also for consistency. N324-002 git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/xmlada@224970 936e1b1b-40f2-da11-902a-00137254ae57
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
=========================
|
|
XML/Ada NEW FEATURES LIST
|
|
=========================
|
|
|
|
Copyright (C) 2001-2014, AdaCore
|
|
|
|
This file contains a list of new features introduced in XML/Ada.
|
|
A full description of all XML/Ada features can be found in the XML/Ada
|
|
documentation.
|
|
|
|
An ISO date (YYYY-MM-DD) appears in parentheses after the
|
|
description line. This date shows the implementation date
|
|
of the feature.
|
|
|
|
New features in version 4.4
|
|
---------------------------
|
|
|
|
NF-44-N324-002 New configure option --enable-build (2014-03-24)
|
|
|
|
This switch improves compatibility with other AdaCore addons like GtkAda.
|
|
It enables one to choose the default build mode (Debug or Production)
|
|
at configure line, rather than through environment variables.
|
|
|
|
NF-44-MA08-027 Expose utf8 functions in unicode-ces-utf8.ads (2013-10-08)
|
|
|
|
Some specialized UTF8 functions were added to this package, which can
|
|
therefore be used in more contexts that just XML/Ada
|
|
|
|
NF-44-M916-017 Allow relative URI in namespace location (2013-09-17)
|
|
|
|
For compatibility with older XML documents, XML/Ada can now be set up
|
|
to allow relative URI when declaration namespaces. This needs to be
|
|
activated through Sax.Allow_Relative_IRI_Feature.
|
|
|
|
NF-44-M805-006 Tree_Reader gives access to the current node (2013-08-21)
|
|
|
|
The package DOM.Readers gives access to the DOM node that is being created.
|
|
This allows users to more easily extend the Tree_Reader object to add their
|
|
own processing, like creating custom attributes.
|
|
|
|
NF-44-LB01-017 attributeGroup support in simple type extensions (2012-11-08)
|
|
|
|
It is now possible to extend a simple type in a XSD file, and define which
|
|
attributes are valid in the extension through a <attributeGroup> tag.
|
|
Previously, the attributes had to be specified one by one through the
|
|
<attribute> tag.
|