Hello, everybody. got a question... my xml structure is as follows: - <item category="Logger" name="LogSeverity_Console" datatype="enum"> <option value="0">None</option> <option value="1">Critical</option> <option value="2">Error</option> <option value="3">Information</option> <option value="4">Debug Low</option> <option value="5">Debug Medium</option> <option value="6">Debug High</option> so, when in my code i come across this item that i need to pull and do some stuff with it, what i'd like to do is get options as separate items, not one string, which is what <c:set var="test"> <x:out select="$item[@datatype=$check && @name='LogSeverity_Console']"/> </c:set> gives me. what i'd like to do is to refer to every option as a separate entity without using a loop. any suggestions? please help. alex
-----Original Message----- From: Carlos Barroso [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 4:36 AM To: 'Tag Libraries Users List' Subject: RE: A JSTL problem... Hi Ben. The XML i want to parse doesn't have a dtd associate with it. It's a simple xml string. thanks anyway. -----Original Message----- From: Ben Ramsey [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 10 de Julho de 2002 20:09 To: Tag Libraries Users List Subject: RE: A JSTL problem... Carlos, I have the same problem as you. I'm running Tomcat 3.2.3, and I can't upgrade easily (at least not on my own because I'm not prolific in server maintenence) to 4.0.4. Be aware, though, that XTAGS will try to validate against DTDs. So, if an XML file you are parsing declares a DTD, then you'll get some errors. I know I've been told that I can use mod_jk with Tomcat 4.0.4 rather than mod_webapp, but the tar file I downloaded for Tomcat 4.0.4 apparently didn't come with the directory structure described at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html I'm pulling my hair out over this. Has anyone else successfully configured Tomcat 4.x to work on a Cobalt RaQ4 without upgrading glibc to 2.2? If so, can you walk me through it? Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>