Hi guys!
As you know xtags are retired, and jakarta says to use jstl xml taglib to work with xml. But I have a dom4j parsed document stored in session, and when I try to use jstl <x:forEach... for example, there is exception thrown. As I understand jstl xml taglibs work with org.w3c.dom.Document only. What advice could you give me with my dom4j document? I don't want to convert it to org.w3c.dom.Document. thanks
