-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Svante,

> You might edit the sources of the OOo2XHTML export

yes, it worked, after i changed the file

                <xsl:template name="start-main">
                <xsl:param name="globalData" />

                <xsl:element name="html">

                        <xsl:value-of select="$sourceURL" />
                        <xsl:value-of select="$sourceBaseURL" />
                        <xsl:value-of select="$targetURL" />
                        <xsl:value-of select="$targetBaseURL" />

                        <xsl:call-template name='create-header'>
                                <xsl:with-param name="globalData" 
select="$globalData" />
                        </xsl:call-template>

                        <xsl:call-template name='create-body'>
                                <xsl:with-param name="globalData" 
select="$globalData" />
                        </xsl:call-template>
                </xsl:element>
        </xsl:template>

and started the export using File -> export ...

but the sourceURL and sourceBaseURL are set to default value "./"
and the debug output <xsl:message/> is not send to the log file ....

logfile states:

starting transformation...
finished transformation in 771ms

> And finally the Java source setting the properties to the XSLT processor is 
> in the filter module,
> filter\source\xsltfilter\XSLTransformer.java

sorry, i do not understand what you mean :-)
can you send me the file ?

best regards ...

Oliver

- --

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE7JFlTiyrQM/QSkURAuumAJ9sJ531Do0LjzlJmpeAzI5NyIvtnACgmtxg
tDaWClJtcMb2ZMW34bjUIXw=
=IeKN
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to