Re: Adding attributes to an XML element in JSTL

2004-05-09 Thread Murray Lang
For example, putting user input from a form into XML. Is that a stupid thing to do? At 08:08 PM 7/05/2004, you wrote: It's perfectly valid to perform those tasks for the sake of presentation logic. Just because I'm manipulating an XML document doesn't mean that I'm performing business logic. Doe

Re: Adding attributes to an XML element in JSTL

2004-05-09 Thread Murray Lang
Writing an XML tag library that works with JSTL is complicated by the fact that the DOM used in JSTL is implementation-dependent. has the "varDom" attribute which makes the result available in a known format, but that's it. So if I want to write a tag library that modifies XML then I probably a

Re: JSTL Formatting Question

2004-05-09 Thread Jack Lauman
Steve: I tired the following using 'displaytag'. I don't get any errors but I don't get any results either. Got any idea what might be wrong in this code? First try, JSTL only:http://hood.nwcascades.com/tides/tidetest.jsp Second try (this code): http://hood.nwcascades.com/tides/tidetest1.js