开发者

JSF - XSLT rendering

开发者 https://www.devze.com 2023-04-13 04:04 出处:网络
I have a JSF (JSF2.0/Facelets) page which has a section (offers from an external vendor). The offers are presented in the form of an XML and are rendered as HTML using XSLT. How can I get the output o

I have a JSF (JSF2.0/Facelets) page which has a section (offers from an external vendor). The offers are presented in the form of an XML and are rendered as HTML using XSLT. How can I get the output of the XSLT rendered within the JSF page. I have other business functionality/forms on the page which I can render without any problem but I am look开发者_如何学Going for ideas on how to include a section rendered by an external XSLT processor.


Check tomahawk t:xmlTransform. Transforms XML using and XSL stylesheet. The code is very simple to understand, so you can create our own variant too.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号