XSLT, JSTL e JSF
- by Paulo S.
I have a xml file which I want to transform in a jsf code page. To do that I've created a xsl file.
xml:
<?xml version='1.0' encoding='ISO-8859-1'?>
<questionario xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='Schema2.xsd'>
<componente nome='input'>
…