| Author |
JSP on the fly from XML
|
sarath s g
Greenhorn
Joined: May 24, 2005
Posts: 1
|
|
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
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56230
|
|
"sarath s g", We're pleased to have you here with us on the Ranch, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear Forum Bartender
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JSP on the fly from XML
|
|
|