Java Reference
In-Depth Information
<xsl:value-of select="position()"/>
);
</xsl:if>
</xsl:template>
<xsl:template match="text()">
<value-of select="." disable-output-escaping="yes"/>
</xsl:template>
</xsl:stylesheet>
Generating the session Façade
Next, generate the EJB 3.0 session bean class that implements the EntityManager
API with XSLT transformation. Set the input XML file and the output file in the
Default Run Configuration as discussed earlier. Specify Input XML File as
ejb-jar-modified.xml and Output File as CatalogFaçadeBean.java .
 
Search WWH ::




Custom Search