- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 May 2016 17:02:34 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29610
Michael Kay <mike@saxonica.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike@saxonica.com
--- Comment #4 from Michael Kay <mike@saxonica.com> ---
The place to fix this appears to be line 9 (plus possibly line 8) in
qtspecs/specifications/xpath-functions-31/src/ns-errors.xml
8: <!ENTITY doc.publoc "http://www.w3.org/2005/&doc.nsname;/">
9: <!ENTITY nsname "http://www.w3.org/2005/&doc.nsname;/">
Both should probably have the trailing slash removed; but since these are
actual HTTP resources we will also need to get a redirect from the wrong URL to
the correct one.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 10 May 2016 17:02:38 UTC