You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 03:11:02 UTC

[jira] Closed: (TAP5-457) Illegal prefix for XML namespace

     [ https://issues.apache.org/jira/browse/TAP5-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-457.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> Illegal prefix for XML namespace
> --------------------------------
>
>                 Key: TAP5-457
>                 URL: https://issues.apache.org/jira/browse/TAP5-457
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.18
>            Reporter: Folke Behrens
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.1.0.0
>
>         Attachments: Test.html, xml-namespace-prefix.patch
>
>
> Tapestry replaces the default XML namespace alias "xml" with "ns0" and then explicitly defines "ns0" as XML namespace. This is illegal and XHTML validators like W3C's one do not accept this as valid.
> Template:
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE">
> Output becomes:
> <html ns0:lang="de-DE" xmlns="http://www.w3.org/1999/xhtml" xmlns:ns0="http://www.w3.org/XML/1998/namespace">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.