Hello,

I'm trying to write a component that allows Tapestry to render its body
into the MarkupWriter, and then it performs string substitutions on the
MarkupWriter to "transform" the output before it is sent back to the
client.  Any ideas?

I've looked through a bunch of the source code, and I can't find any
built-in components that "examine" their body, or that even are aware of
their body (other than to return true or false from beginRenderBody).

I thought about using an AfterRender method, getting the MarkupWriter,
and using XPath or some other means to manipulate the latest elements
added.  But it appears that the MarkupWriter doesn't support XPath.

Help?

Thanks,
Andy

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

Reply via email to