Generated Facelets taglib.xml files contain the OLD DTD
-------------------------------------------------------
Key: TRINIDAD-1681
URL: https://issues.apache.org/jira/browse/TRINIDAD-1681
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 2.0.0-plugins
Reporter: Matthias Weßendorf
Assignee: Matthias Weßendorf
The currently generated artifacts use the old DTD:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE facelet-taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
"http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
<facelet-taglib xmlns="http://java.sun.com/JSF/Facelet">
However, as of JSF 2.0 it has to be:
<facelet-taglib xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd"
version="2.0">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.