Just wonder can I fill the wicket template directly from xml tag, say
I have an xml like

<body>
  <tag1>value1</tag1>
  <tag2>value2</tag2>
</body>

Can I have wicket template like

<html>
<body>
   Tag1 is <wicket:xml wicket:id="body:tag1"></wicket:xml>
   Tag2 is <wicket:xml wicket:id="body:tag2"></wicket:xml>
</body>
</html>

Is there any support of this in wicket? Or I support to use XSLT
inside wicket for this case? I've take a look of
XsltTransfomerBehavior and XsltOutputTransformerContainer but I am not
sure how to use this.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to