Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
5.0.18
-
None
Description
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">
Attachments
Attachments
Issue Links
- is related to
-
TAP5-290 Namespace error when partial-updating a zone with a block
- Closed