Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XML と XSLT (TRANSFORMATION) を使用して、HTML コードをストリームとして取得しました。
そのコードを JSF コンポーネントにバインドしたいと考えています。JSF 2.0 を実装する MyFaces 2.1.6 を使用しています。
ストリームを JSF コンポーネントにバインドする方法を提案してください。
に変換してString表示し<h:outputText escape="false">ます。
String
<h:outputText escape="false">
<h:outputText value="#{bean.html}" escape="false" />