2.2 1.1 XMLTextReader taglib http://www.servletsuite.com/servlets/saxtag SAX XML reader XMLTextReader com.cj.xmlread.XMLTextReader JSP Iterates over XML document xmlData false true xmlString false true ignoreDTD false true Attributes com.cj.xmlread.AttributesTag JSP loop over attributes getName com.cj.xmlread.getName com.cj.xmlread.strVariable empty Reads node name id false true getAttributeName com.cj.xmlread.getAttributeName com.cj.xmlread.strVariable empty Reads attribute name id false true getValue com.cj.xmlread.getValue com.cj.xmlread.strVariable empty Reads node value id false true getAttributeValue com.cj.xmlread.getAttributeValue com.cj.xmlread.strVariable empty Reads attribute value id false true name false true ifNameEquals com.cj.xmlread.IfNameEquals JSP Executes body if name equals to the given value name true true ifNameNotEquals com.cj.xmlread.IfNameNotEquals JSP Executes body if name not equals to the given value name true true