hi guys...
I am trying to create a dynamic JSP file from and XML file. The XML
file defines the field type(textbox,checkbox,radiobutton,combo etc) and
also the field names... there is a Document Type Defenition(DTD ) file
for XML and a style sheet for XML... i have to create a parser which
does the parsing from XML and stylesheet to create the JSP page as
specified by the XML can anyone know how to begin this whole thing ?
Thanks in advance
Sarath
Fahd Shariff - 25 May 2005 15:16 GMT
Use XSLT to transform the XML to a JSP.
sarath - 26 May 2005 05:30 GMT
> Use XSLT to transform the XML to a JSP.
can you please suggest some sites that can give good tutorials and
examples ?
Fahd Shariff - 26 May 2005 15:26 GMT
http://www-106.ibm.com/developerworks/library/j-dynxml.html?n-j-141
http://www.15seconds.com/issue/010810.htm
sarath - 27 May 2005 06:05 GMT
thank you for that help...
> http://www-106.ibm.com/developerworks/library/j-dynxml.html?n-j-141
>
> http://www.15seconds.com/issue/010810.htm