mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/importfromcvs/trunk@12025 936e1b1b-40f2-da11-902a-00137254ae57
18 lines
789 B
Plaintext
18 lines
789 B
Plaintext
Problems fixed in 2.0
|
|
|
|
- DB25-005 Incorrect value returned by DOM.Attributes.Owner_Element
|
|
- D714-002 Attribute quotes are no longer present in a processing-instruction
|
|
data, in SAX or DOM
|
|
- Constraint_Error raised when an external entity doesn't reference an
|
|
existing file
|
|
- D213-012: Constraint_Error when using the same parser twice
|
|
- SAX: End_Document() is called even in case of a fatal error
|
|
- DOM: There is now initially a single Text node per block of text, as required
|
|
by DOM specifications
|
|
- DOM: Missing function DOM.Core.Nodes.Node_Type added
|
|
- CC01-006: In some cases, the handling of entities like & results in
|
|
duplicates when getting the Node_Value through DOM
|
|
- CC01-002: Handling of big files (multi-mega bytes) was generating a
|
|
Storage_Error in Direct_IO.
|
|
|