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(SAXParser or DOM) which does the parsing from XML and stylesheet to create the JSP file as
specified by the XML can anyone know how to begin this whole thing ?
Thanks in advance
Sarath