This looks like a bug in WebLogic 6.0; the DTD you have is correct. Try an udpated version of WebLogic (namely, 6.1).
Hope that helps, Shawn On Tue, 8 Jan 2002, Cindy Horn at SF x4874 wrote: > I am using WebLogic 6.0 and trying to use the tag extensions defined in the > c.tld file. I tried the following tag: > > <c:forEach var="i" begin="100" end="105"> > This is a test .... > </c:forEach> > > and received a SAXParseException: > > <Deployment descriptor is malformed, check against the DTD: > org.xml.sax.SAXParseException: The content of element type "validator" must > match "(validator-class,init-param*)"..> > > Do I have the wrong DTD? > > <!DOCTYPE taglib > PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" > "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> > > > Thanks in advance for any help, > > Cindy S. Horn > Senior Software Engineer > Matson Navigation Company > [EMAIL PROTECTED] > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
