[
Lists Home |
Date Index |
Thread Index
]
I am pleased to announce the release 3.0 of the open
source XML editor [1]. This release has capability for
editing large documents, which cannot stay entirely in
memory space.
This capability is based on an intermediary document
storage format, which has been called "BRXI/0" for
"Binary format for Randomly accessed XML Infoset,
variant zero".
This binary format has the following characteristics:
- Standalone. No DOCTYPE.
- Encoding UTF-16BE.
- Each Node is streamed with its length in order to
be easily skiped.
- Namespace unaware.
As the tool is based on DOM, the release contains a
BRXI DOM implementation. This implementation is
limited to just what the tool uses, which is about 80%
of DOM level 1 and 10% of DOM level 2. It is thread
safe, as required by the GUI.
Usual features of the tool, such as RELAX NG schema
driven editing, are maintained.
Regards,
Didier Demany
The_xmloperator_project
[1] http://www.xmloperator.net/
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
|