You don't have to use xmlns="http://www.w3.org/TR/REC-html40";, because xalan
has internaly mapping table for html output.
I'm not sure what was wrong with you version. I'v never used additional
xmlns for html output.

> -----Original Message-----
> From: MOLINIER David Pages Jaunes
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 29, 2001 11:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Generate a <BR> tag from an XSL document
> 
> 
> Dmitri Ilyin a �crit :
> > 
> > what for output method do you use???
> > It should be "html". In that case "<br>" will be outputted insted of
> > "<br/>". The xalan care about it for sure. It works for me...
> 
> You are right Dmitri and Morten !
> 
> I replaced :
> 
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> version="1.
> 0" xmlns="http://www.w3.org/TR/REC-html40";>
> 
> by
> 
> <xsl:stylesheet version="1.0"
>                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> 
> in my XSL header, and it works fine now !
> 
> I don't know what is the use of the namespace REC-html40 and 
> the effect
> on the parsing, but by removing it, things go better.
> 
> Thanks again for helping me, and I'm now interested in 
> understanding the
> reason it didn't work... :-)
> 
> -- 
> David
> 

Reply via email to