Jump to content

JSP and XML Parser


nyp22

Recommended Posts

We currently generate xml that we would like to use in JSP using Java XML parsers. Please suggest some XML framework that we could use easily within JSP. We would like to avoid using schema as in JAXB since the XML schema could change. Using the basic DOM or SAX parser in JSP seems like a lot of work for web developers to extract XML data. I appreciate your suggestion. We are trying to avoid XSL and use JSP instead.

Link to comment
Share on other sites

Hi, Nice question...Well, its bit difficult if you don't want to use DOM or SAX...But what I can suggest is, any how your target is to use in JSP (User interface)...So, rather than generating XML file, generate XUL file, which it self a web-UI.. its the best options if you are using JSP only for UI.else, get XUL file and try to merge XUL and JSP...for XUL go to XULplanet.com ..Regards,Ashvini

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...