Mathias Bauer wrote:
> Enrique wrote:
> 
>> Is it possible to define a common API to manage OpenDocument 
>> programmatically?(not including GUI aspects), yes, of course. And with 
>> some more rounds of standarization and agreement between software makers 
>> it will be a reality. Not in the short term, but an idea that deserves 
>> consideration and long-term determination to make it happen.
> 
> This API already exists, it's DOM.

I forgot to mention an important fact: DOM can operate on the document
even without loading it into the application, you don't need the
document core implementation for it. So basically you can write macros
that run inside the application or outside, e.g. on a server. It needs a
lot of organizing and customization to make the OOo DOM implementation
work in this mode, but it's possible IMHO (somebody in the know might
correct me if I'm wrong).

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to