>> - is it possible to have comments in the xml files copied over to the
>> html (I noticed that comments in <!-- --> are omitted in the generated
>> html file, I'd like to include some javascript code which is embedded in
>> <!-- -->)
>
>Does wrapping them in <![CDATA[...]]> help?

Unfortunately no. The following line:

<![CDATA[ Comment: <!-- Comment -->]]>

does not make it into the html file at all, if I wrap a <pre> tag around it:

<pre><![CDATA[ Comment: <!-- Comment -->]]></pre>

I get the following:

<pre> Comment: &lt;!-- Comment --&gt;</pre>

which is not what I want either.



Thanks for the help anyway.
Lukas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to