You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Iain Reddick <ia...@beatsystems.com> on 2009/07/13 18:11:59 UTC

XsltTransformerBehavior without component tags

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org