Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parsing XML: file with JSP / JSTL

Status
Not open for further replies.

unequa

MIS
Joined
Jul 27, 2004
Messages
2
Location
US
I am trying to provide a means to change an XML properties file in a JSP (provide text boxes) and then save the changes back to XML. I can successfully populate the JSP using JSTL / DOM. How does one take the results back to XML
 
Not sure if someone replied to this or not.

What JSTL library are you using? The XTags library, I think, does not have this type of functionality. There is are some libraries out there, outside of Sun, like XJTL that lets you output a parsed XML file. But I don't believe that the JSTL tags from sun let you.
 
I am using the x tags. I've looked briefly at the xjtl but I will give it a closer look. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top