This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xmlns:fo attribute appears in HTML element,HTMLprocessing


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: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]