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: 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


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