DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26742>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26742

Web site sample stylesheet uses wrong namespace URI for xsl

           Summary: Web site sample stylesheet uses wrong namespace URI for
                    xsl
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The example on this page:

http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html

Sets up the xsl prefix with this incorrect URI:
xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";

This should be:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";

Also it doesn't have a version="1.0"

Reply via email to