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=3996>.
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=3996

Incorrect syntax in stylesheet processing instruction output from XmlLogger

           Summary: Incorrect syntax in stylesheet processing instruction
                    output from XmlLogger
           Product: Ant
           Version: 1.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


XmlLogger outputs the style sheet processing instruction in log.xml as:
<?xml:stylesheet type="text/xsl" href="log.xsl"?>

According to the spec at http://www.w3.org/TR/xml-stylesheet/, it should be:
<?xml-stylesheet type="text/xsl" href="log.xsl"?>

(Notice the use of dash vs. colon.)

Internet Explorer recognizes the colon form as well as the dash, even though 
it is not in conformance with the spec.

Reply via email to