OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] DocBook 5 Forms XSL problems


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]