Hi Svante I was just using TEI filter from http://www.tei-c.org/Software/teioo/ in OpenOffice 2.0, in OpenOffice 1.3 some things do come in. Is there anything specific that I should do to fix this besides adding the following namespaces to the transform:
"xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"" ? I'm asking because before going back into the vmware to try I would like to see if there are any other suggested operations, and because it might give some insight on Michael's problem. Cheers, Bryan Rasmussen -----Oprindelig meddelelse----- Fra: Svante Schubert [mailto:[EMAIL PROTECTED] Sendt: 6. januar 2006 12:29 Til: [email protected] Emne: Re: [xml-dev] Getting started with XSL Filter Hi Michael, blank/white output is a typcially sign of using the wrong xml namespaces. From the information you gave, I bet you choosed the wrong application/file format beyond "XML Filter Settings" in OpenOffice/StarOffice. Regards, Svante Michael Wechner wrote: > Hi > > I have been trying to write my own XSL import filter, but somehow it > doesn't work resp. always receive a "blank/white" page, whereas when I > test the XSLT the openoffice XML looks good. > > So I tried the following examples of David Eisenberg: > > http://books.evc-cit.info/odbook_examples_05_12_02.zip > > resp. > > http://books.evc-cit.info/odbook/ch09.html > > but I have the same problem here as well. > > I am using OpenOffice 2 resp. 1.9.129 on Ubuntu Linux > > > Another funny thing, that IIRC the docbook example worked fine, but not > anymore, but rather > also does a "blank" page. > > Any pointers are very much appreciated. > > Thanks > > Michi > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
