ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/W3CCSSValidator/web.xml
Revision: 75
Committed: 2004-02-25T18:55:20-08:00 (21 years, 3 months ago) by Douglas Thrift
Content type: text/xml
File size: 962 byte(s)
Log Message:
Death to you!

File Contents

# Content
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE web-app PUBLIC
3 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
4 "http://java.sun.com/dtd/web-app_2_3.dtd">
5 <!-- $Id$ -->
6 <web-app>
7 <display-name>W3C CSS Validation Service</display-name>
8 <description></description>
9
10 <servlet>
11 <servlet-name>validator</servlet-name>
12 <description></description>
13 <servlet-class>org.w3c.css.servlet.CssValidator</servlet-class>
14 </servlet>
15
16 <servlet>
17 <servlet-name>check</servlet-name>
18 <description></description>
19 <servlet-class>net.douglasthrift.w3ccheck.W3CCheck</servlet-class>
20 </servlet>
21
22 <servlet-mapping>
23 <servlet-name>validator</servlet-name>
24 <url-pattern>/validator</url-pattern>
25 </servlet-mapping>
26
27 <servlet-mapping>
28 <servlet-name>check</servlet-name>
29 <url-pattern>/check</url-pattern>
30 </servlet-mapping>
31
32 <servlet-mapping>
33 <servlet-name>check</servlet-name>
34 <url-pattern>/check/*</url-pattern>
35 </servlet-mapping>
36 </web-app>

Properties

Name Value
svn:eol-style native
svn:keywords Id