Struts does not have a specific support for XML, but you can use inside a webapp all the libraries that you normally use under classic applications. For example, if you want to load a DOM for an XML file inside an action (not very elegant...), you can use DOM4J (or similar libraries). If you want to use XML files inside JSP pages you can use the xtags, and so on. Ciao Antonio Petrelli
> Hi all, > > How can i read XML files using struts? is this possible? Can any one provide > a link or give an example for reading XML files using struts? > > :-) > > > Jay > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]