Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 92871 invoked from network); 16 Mar 2004 15:05:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Mar 2004 15:05:23 -0000 Received: (qmail 19552 invoked by uid 500); 16 Mar 2004 15:05:18 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 19333 invoked by uid 500); 16 Mar 2004 15:05:17 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 19319 invoked from network); 16 Mar 2004 15:05:17 -0000 Received: from unknown (HELO glider.phpwebhosting.com) (66.132.162.177) by daedalus.apache.org with SMTP; 16 Mar 2004 15:05:17 -0000 Received: (qmail 19868 invoked from network); 16 Mar 2004 15:05:15 -0000 Received: from unknown (HELO ?192.168.8.17?) (218.81.102.229) by glider.phpwebhosting.com with SMTP; 16 Mar 2004 15:05:15 -0000 Subject: Re: user question : openoffice styles From: Philippe Guillard To: "forrest-dev@xml.apache.org" In-Reply-To: <4056A9BA.8040306@apache.org> References: <1079420961.4862.31.camel@localhost.localdomain> <4056A9BA.8040306@apache.org> Content-Type: text/plain; charset=UTF-8 Organization: Message-Id: <1079449515.6437.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 16 Mar 2004 23:05:15 +0800 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks. On Tue, 2004-03-16 at 15:16, Reinhard Pötz wrote: > Philippe Guillard wrote: > > >Hi > > > >I use last Forrest CVS and openoffice sample. Works well until i use my > >own documents. Seems that i have to use the styles present in the sample > >file openoffice-writer.sxw. > >Question : > >How can i have my styling rendered ? For example i'd like to change the > >font color. > > > >Regards, > > > >Phil > > > > > > > The openoffice support works the way that in a first step the XML from > the .sxw file is read and put into the pipeline. Then there is a > stylesheet that transforms the openoffice XML into documentv12 XML. If > you need something special you have to extend this stylesheet. However, > the question is whether documentv12 supports what you want or not. > > HTH