Sounds like JSTL may be you're looking for. The XML/XSLT tags included with the
library are allowed to use non-DOM types, however there are ways you can request
some results to specifically use DOM. For example, the <x:parse> tag can store a
parsed document in either an implementation-dependent type if you use the "var"
attribute or an org.w3c.dom.Document if you use the "varDom" attribute. Jakarta
provides JSTL implementations at:

JSTL 1.0 for JSP 1.2:
http://jakarta.apache.org/taglibs/doc/standard-1.0-doc/intro.html

JSTL 1.1 for JSP 2.0:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html

Quoting Tridev Kodamasingh <[EMAIL PROTECTED]>:

> Hi ,
> 
> The xtags library is built on dom4j, which ofcourse is an open source.
> Is there any similar jakarta libray, which is built on org.w3c.DOM (which
> comes with jdk1.4) ?
> 
> Thanks a lot for the time.
> 
> Regards
> 
> Tridev

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to