> Hello to all XSL gurus,
>
> I have the following XML tree :
> <?xml version="1.0" encoding="ISO-8859-1"?>

[...]

> <LIB count="" xmlns:BB="http://ftrd/BB"; res_link="../../">
>    <ELT ref="XHTM.c.assistant.title.head">
>            <title>Hello My Title</title>
>    </ELT>
> </LIB>

[...]

> In my XSL, I use the following output directives : 
> <xsl:output indent="yes" method="html" encoding="ISO-8859-1"/>
> <xsl:strip-space elements="*"/>
> <xsl:template match="text()"></xsl:template>

Add the attribute exclude-result-prefixes="BB" to your xsl:stylesheet 
root element.

Regards.

-- 
Bjoern Martin                                [EMAIL PROTECTED]


Reply via email to