web.xml: přechod na web-app 3.0 a přesun deklarace překladů do web.xml.
http://java.sun.com/xml/ns/javaee/
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
5 <xs:element name="div">
7 <xs:choice minOccurs="1" maxOccurs="unbounded">
9 <xs:complexType mixed="true">
10 <xs:choice minOccurs="0" maxOccurs="unbounded">
11 <xs:element name="em" type="xs:string"/>
12 <xs:element name="strong" type="xs:string"/>
13 <xs:element name="br"/>