Ed Nixon wrote:
> 
> I'd like to try to get close to valid HTML with my customized HTML driver
> file. I'm having one problem getting there at the moment: the style sheets
> embed an xmlns:fo attribute in the HTML start tag; I'd like to turn that
> off if possible.

How does your customization file looks like? Didn't you have something
like 
xmlns:fo="http://www.w3.org/1999/XSL/Format"; present on xsl:stylesheet
tag? If so, remove this namespace declaration as you don't need it for
HTML output. After that change xmlns:fo will desapear in HTML output.

                        Jirla

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to