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: [docbook-apps] HTML comment within a template


You want to use xsl:comment and xsl:processing-instruction to output
those items.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Jacob Emcken" <jacob@emcken.dk>
To: <docbook-apps@lists.oasis-open.org>
Sent: Thursday, January 15, 2004 10:12 AM
Subject: [docbook-apps] HTML comment within a template


> Hi
>
> I want to make a template for the html chunker that makes the following
> output:
>
> <!--
> <?php
>
> //Some php lines
>
> ?>
> -->
>
> But <!-- are parsed as xsl comments and all my workarounds have resulted
> in output like the following:
>
> &lt;!--
> blah blah
> --&gt;
>
>
> I cant seem to find a way :(
>
> --Jacob
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>



To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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