On 22/02/06, M. Niedermair <[EMAIL PROTECTED]> wrote:

> If i use the transformation (export filter) with OOo (same xsl file), i
> get extra namespace attributes.

exclude-result-prefixes=''
(attribute on xsl:stylesheet element).
Caveat that they may be carried over from the source
document, hence you'd need to process elements
to re-generate the element name without the namespace.

<xsl:element name='local-name()'>
  copy-of ...

etc



> Secondary i saw, that the encoding is different, although i use the
> encoding attribute in xsl:output.
>
>     <xsl:output method="xml" indent="yes" encoding="iso-8859-1"
>        doctype-public="-//Torsten Bronger//DTD tbook 1.5.3//EN"
>        doctype-system="/usr/share/xml/tbook/tbook.dtd"/>


If Daniels xslt engine supports that encoding, then
there is something wrong. Are you saying that the output
is not in 8859-1?

HTH

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

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

Reply via email to