Henri Sivonen wrote: > I am converting HTML documents into an OpenOffice.org Writer documents. > Since Writer cannot open an HTML document directly, I insert the HTML > document into a document template. Therefore, there is some metadata > that I need to take care of separately. This includes the language of > the document.
Writer *can* open HTML documents directly. You must provide the correct filter name to prevent OOo from creating a "Web document". In the file dialog please select the "HTML Document(OpenOffice.org Writer)" filter, in the API use "HTML (StarWriter)" filter name. 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]
