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] website: PI for verbatim HTML code?


Michael Wiedmann wrote:

> What is the easiest way to include only for a specific page of a 
> website DTD page some HTML code (e.g. using an PI)?

Put the following into yout customization file:

<xsl:template match="processing-instruction('foobar')">
   your HTML code
</xsl:template>

And then place <?foobar?> everywhere you want your HTML code in the output.

					Jirka

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
         XML pro vývojáře 7.-8.6.          XSL-FO 16.6.
------------------------------------------------------------------

S/MIME Cryptographic Signature



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