On 1/27/07, Dave Pawson <[EMAIL PROTECTED]> wrote:
On 27/01/07, Mathieu Malaterre <[EMAIL PROTECTED]> wrote:
> Anyway exporting the word document into oo1.0 file, and opening it
> with vim I can see:
>
> <text:p text:style-name="P93">Sex of the named patient. Enumerated
> Values:<text:line-break/><text:tab-stop/>M =
> male<text:line-break/><text:tab-stop/>F =
> female<text:line-break/><text:tab-stop/>O = other</text:p>
Looks like you need to add
<xsl:template match="text:line-break">
<xsl:text> </xsl:text>
</xsl:template>
I blindly copy/paste that into:
https://svn.go-oo.org/trunk/filter/source/docbook/sofftodocbookheadings.xsl
(can be found in /usr/lib/openoffice/share/xslt/docbook on debian/testing)
works like a charm :)
Thanks so much !
--
Mathieu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]