Hi,

do we have an API for document-wide (or "context-wide") unique string
identifiers?

That is, I think there are ongoing implementations (or plans, at least)
to use xml:id in ODF documents more widely. This implies that at
runtime, we need a mechanism to manage such IDs, which need to be unique
in the whole document.

I'd expect something like

  XStringIdentifierManager
  {
    string createUniqueID();
    void revokeID( [in] string ID );
  }

Do we have something like this? Is anybody aware of ongoing
implementations in this direction?

Thanks & Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [email protected] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to