mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
guidelines: indicate date of resolution, supply a workaround. M326-009 git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/xmlada@204801 936e1b1b-40f2-da11-902a-00137254ae57
23 lines
934 B
Plaintext
23 lines
934 B
Plaintext
=======================================
|
|
Known problems in XML/Ada version 4.3.1
|
|
=======================================
|
|
|
|
Copyright (C) 2013, AdaCore
|
|
|
|
The following is a listing of known problems in release 4.3.1. Except where
|
|
specifically noted, all these problems have been corrected in the development
|
|
tree of the 4.4 technology. This means they are corrected in any 4.4.0w
|
|
wavefront issued subsequent to the date specified (in ISO format YYYY-MM-DD) in
|
|
the status line. This can be used to determine if a given wavefront has the fix
|
|
identified in the entry.
|
|
|
|
KP-431-M325-034 Schema: default attributes not set
|
|
|
|
Problem: When the schema defines optional attributes with default values
|
|
for an element, those attributes are not returned by the parser
|
|
if they were not specified in the XML document.
|
|
|
|
Status: Fixed in XML/Ada 4.4 on 2013-03-26
|
|
|
|
Workaround: Do not use default attribute values.
|