~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/xmerl/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  </header>
30
30
  <p>This document describes the changes made to the Xmerl application.</p>
31
31
 
 
32
 
 
33
<section><title>Xmerl 1.2</title>
 
34
    <section><title>Improvements and New Features</title>
 
35
        <p>
 
36
        In xmerl-1.2 we have added the first Beta version of the new 
 
37
        SAX parser (module: xmerl_sax_parser), it supports XML 1.0. 
 
38
        We call it Beta due to that the validation part is not ready yet and that the 
 
39
        parser still has some known limitations (mostly in the DTD area).
 
40
        </p>
 
41
        <p>
 
42
        Known limitations: 
 
43
        </p>
 
44
        <list type="bulleted">
 
45
          <item>the external DTD in the DOCTYPE declaration is handled but other external entities are not supported.</item>
 
46
          <item>the general entity values are just checked in the structure after replacement.</item>
 
47
          <item>
 
48
             parsed entities are supported on markup declaration level (e.g. partly replacement of markup 
 
49
             declaration with PEReference is not supported).
 
50
          </item>
 
51
          <item>conditionalSect in external DTD's are not supported.</item>
 
52
          <item>recursive loops in entity declarations are not detected.</item>
 
53
        </list>
 
54
        <p>     
 
55
         The version is increased from 1.1.12 to 1.2 is due to that the new parser
 
56
         is dependent on the Unicode support that was added in OTP R13B. The old xmerl 
 
57
         functionality is not changed.
 
58
        </p>
 
59
        <p>
 
60
            Own Id: OTP-6635
 
61
        </p>
 
62
    </section>
 
63
</section>
 
64
 
32
65
<section><title>Xmerl 1.1.12</title>
33
66
 
34
67
    <section><title>Improvements and New Features</title>