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
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
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