Re: Export addressbook to XML
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Jan Stamer wrote: > is there a way to export the mozilla addressbook into an xml format? I > would like to make a web based addressbook with import from mozilla but > I have not been able to find out enough about the mozilla addressbook > format. I think the format is LDIF, documented here: <http://www.faqs.org/rfcs/rfc2849.html> but I can't tell you whether Mozilla complies with that standard completely. As for XML conversion, I have found the following on that: <http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPXSLT6.html> not Mozilla related however. Mozilla's XPCOM interfaces for the address book are here: <http://www.xulplanet.com/references/xpcomref/group_AddressBook.html> -- Martin Honnen http://JavaScript.FAQTs.com/