Hi,

I have Tapestry generate an XML igoogle gadget file and have set the
@Meta("tapestry.response-content-type=text/xml") Recently however my
xml results in:

<Module>
    <head>
        <meta content="Apache Tapestry Framework (version
5.1.0.1-SNAPSHOT)" name="generator"/>
    </head>
    <ModulePrefs title="Hello World!"/>
    <Content type="html">
        Hello, world!
    </Content>
</Module>

It might be a good idea to have Tapestry recognize the content type
and only add the genrator Meta info on text/html content types. Or am
I missing something. Setting SymbolConstants.OMIT_GENERATOR_META=true
application wide fixes the problem, but that seems to rigorous for
just one or 2 xml resonses.

Cheers,
Joost

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

Reply via email to