Hi,

maybe this will sound very obscure, but if I write a html comment in a
tml file, for example:

<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
        <!--FOOBAR-->   
</t:layout>

the rendered HTML is:

<!-- FOOBAR -->

Notice the space before F and space after R.

Some external software is checking for presence of <!--FOOBAR--> and
is failing because additional spaces are rendered in the HTML.

Any hints before I start creating a component that renders what I want?

Cheers,
Borut

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to