Taking a look at how attributes are rendered (
org.apache.tapestry5.dom.Attribute) I don't see anything that allows
you to turn on and off entity encoding.

It uses the model to encode the quoted attribute, so you might be able
to create a new markup model...

Josh

On Tue, Oct 19, 2010 at 8:55 AM, Arming, Sebastian
<[email protected]> wrote:
>> From: Jim O'Callaghan [mailto:[email protected]]
>> Subject: RE: write raw attributes
>>
>> Is something like:
>> <t:OutputRaw value="entity.property"/>
>>
>> ... of any use?  Do you mean in .tml?
>
> Unfortunately no, because XML-Attributes can't contain XML-Elements, i.e.:
> <a href='<t:outputraw value="foo"/>' />
> won't work in a .tml.
>
> Thanks anyway!
>
> To clarify myself: I meant XML-Entities.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to