Hi,
Thanks for the advice, but is this the correct way to do thing? What
about FO output etc? How come I cannot find XSL that supports this
natively?
Thanks again,
Noah
On 2/15/06, Jirka Kosek <> wrote:
> Noah Slater wrote:
>
> > I am trying to convert a DocBook 5 document using the Forms extension
> > to HTML with the most upto date XSL from sourceforge but am running
> > into loads of problems.
>
> Try to add this template into your customization layer. It should copy
> all XHTML element intact into your output:
>
> <xsl:template match="h:*" xmlns:h="http://www.w3.org/1999/xhtml">
> <xsl:copy>
> <xsl:copy-of select="@*"/>
> <xsl:apply-templates/>
> </xsl:copy>
> </xsl:template>
>
> Jirka
>
> --
> ------------------------------------------------------------------
> Jirka Kosek e-mail: http://www.kosek.cz
> ------------------------------------------------------------------
> Profesionální školení a poradenství v oblasti technologií XML.
> Podívejte se na náš nově spuštěný web http://DocBook.cz
> Podrobný přehled školení http://xmlguru.cz/skoleni/
> ------------------------------------------------------------------
> Nejbližší termíny školení:
> ** XSLT 13.-16.3.2006 ** XML schémata 24.-26.4.2006 **
> ** DocBook 15.-17.5.2006 ** XSL-FO 12.-13.6.2006 **
> ------------------------------------------------------------------
>
>
>
>
--
"Creativity can be a social contribution, but only in so
far as society is free to use the results." - R. Stallman