[
Lists Home |
Date Index |
Thread Index
]
Hi Tom,
--- Tom Gaven <Tom.Gaven@exostar.com> a écrit : > Hi
Didier,
> Does your editor show a text view?
No, it shows only a tree view.
> I'm working
> on an xml editor as
> well, it primarily has text view support. I'm
> wondering how you are using
> RELAX NG to guide editing??
If your question is about functional use, I think that
trying the tool will give you the answer.
If your question is about technical realisation, I'm
afraid you have to go into sources :
- org.xmloperator.framework.document.relaxng.*
- org.xmloperator.document.relaxng.*
Regards,
Didier
>
> I'll have to download your editor and give it a
> try.
>
> Thanks, Tom
>
> -----Original Message-----
> From: didier demany [mailto:didierdemany@yahoo.fr]
> Sent: Thursday, November 06, 2003 2:33 PM
> To: xml-dev
> Subject: [xml-dev] [ANN] xmloperator 3.0
>
>
> 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
|