=========================
XML/Ada NEW FEATURES LIST
=========================

Copyright (C) 2001-2012, AdaCore

This file contains a list of new features introduced in XML/Ada.
A full description of all GPS 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 3.2
---------------------------

NF-32-I702-017 Improved error msg when element repeated too much (2009-07-25)

   If your schema requires a sequence of "a", then "b", and your XML file
   contains "<a><a><b>", XML/Ada used to complain on the second occurrence
   of "a" that at least one occurrence of "b" is expected. The error message
   has now been improved to indicate "Too many occurrences of a".

NF-32-I123-005 Support for windows-1251 encoding (2009-01-23)

   XML files can now be encoded with windows-1251.
