Paul Antonov | 23 Oct 10:16
Favicon

Re: [Serna] Lib used for xml parsing?


Hello,

Serna uses SP and libxml parsers. SP is used internally for initial 
document parsing, libxml is used for document publishing and other purposes.

I do not understand however how this may force you to use any particular 
parser for your project. When you are creating Serna customizations, you 
can use any parser which can be used with Python. Most exising non-Java 
parsers have Python bindings. Besides, Serna API provides its own DOM-like 
interface to the document which is being edited.

Regards,

-- Paul

On Mon, 22 Oct 2007, Srgio Lopes wrote:

> Hello,
>
> I'm currently evaluating the use of both Syntext Serna for the use in 
> one of our projects. Besides the normal functionalities that I can test, 
> there is one evaluation parameter that I cannot seem to infer/discover.
>
> Basically, it is important to us to know which xml parser/validator the 
> chosen Xml Editor will use. This parameter is important because 
> requirements force us to use a different library for programmatically 
> parsing xml files and for xml edition.
>
> So, is it possible to know which parser/validator Syntex Serna use? If, 
> by some reason you cannot provide us with that knowledge, is it at least 
> possible to know if one of these parsers used is either Xerces or LibXml 
> (and which one)?
>
> Best regards and thanks in advance,
> SЪЪrgio Lopes
>
>
> To unsubscribe send empty e-mail to: serna-users-unsubscribe@...
>

Hello,

Serna uses SP and libxml parsers. SP is used internally for initial 
document parsing, libxml is used for document publishing and other purposes.

I do not understand however how this may force you to use any particular 
parser for your project. When you are creating Serna customizations, you 
can use any parser which can be used with Python. Most exising non-Java 
parsers have Python bindings. Besides, Serna API provides its own DOM-like 
interface to the document which is being edited.

Regards,

-- Paul

On Mon, 22 Oct 2007, Srgio Lopes wrote:

> Hello,
>
> I'm currently evaluating the use of both Syntext Serna for the use in 
> one of our projects. Besides the normal functionalities that I can test, 
> there is one evaluation parameter that I cannot seem to infer/discover.
>
> Basically, it is important to us to know which xml parser/validator the 
> chosen Xml Editor will use. This parameter is important because 
> requirements force us to use a different library for programmatically 
> parsing xml files and for xml edition.
>
> So, is it possible to know which parser/validator Syntex Serna use? If, 
> by some reason you cannot provide us with that knowledge, is it at least 
> possible to know if one of these parsers used is either Xerces or LibXml 
> (and which one)?
>
> Best regards and thanks in advance,
> SЪЪrgio Lopes
>
>
> To unsubscribe send empty e-mail to: serna-users-unsubscribe@...
>

Gmane