Hi,

We are trying to use XsltTransformerBehavior with pre-existing XSLT templates to display various kinds of XML data in a panel.

While this is working fine, it looks as if we will have to modify our XSL to take account of the fact that the transforming component's tags become the root element before the XML is put through the transformer. This is a problem for us, as we would have a large number of templates to update.

Assuming our source XML is well-formed, is it possible to not wrap the source data in the component tags before transformation occurs? I've tried simply setting renderBodyOnly to true, but this causes an XSLT parsing exception.

Any ideas would be welcome.



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

Reply via email to