This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4926 - No support for application/vnd.recordare.musicxml+xml files
Summary: No support for application/vnd.recordare.musicxml+xml files
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: Types Registry (show other bugs)
Version: 0.8.1
Hardware: PC All
: P1 blocker
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://www.recordare.com/xml/samples/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 02:26 UTC by Michael Good
Modified: 2007-09-11 06:01 UTC (History)
0 users

See Also:


Attachments

Description Michael Good 2007-08-09 02:26:55 UTC
Overall description:

The W3C Validator does not support validating XML files with the new media type

  application/vnd.recordare.musicxml+xml

This media type was registered today and is listed at:

  http://www.iana.org/assignments/media-types/application/ 
  <http://www.iana.org/assignments/media-types/application/vnd.recordare.musicxml+xml>

We updated our web server to start serving our MusicXML files using this media type. This works in Firefox and Internet Explorer, but it breaks the W3C validator both in those Windows browsers and in Safari 2 on Mac OS 10.4.10.

Steps to reproduce:

1) Go to http://validator.w3.org/
2) Enter the following URL:

   http://www.recordare.com/xml/samples/MahlFaGe4Sample.xml

3) Click on Check.

Actual results:

A "Sorry! This document can not be checked." message is displayed, explaining that this media type is not exported. 

Expected results:

Successful validation is expected, as was present when we were serving these as application/xml files.

Additional information:

The MusicXML format is currently supported by over 75 applications and used by hundreds of music software developers worldwide. We have recommended this new version of the W3C validator as a great tool for those learning to write MusicXML files. Lack of support for the MusicXML media type will be blocking developers from effective MusicXML product testing.

I hope this is something that you can address quickly to restore the services of this wonderful tool to the MusicXML developer community.

Thank you for your assistance, and please let me know if you need any further information.
Comment 1 Olivier Thereaux 2007-09-11 06:01:03 UTC
Michael, thanks for bringing this bug up.

I just patched the development version of the validator to accept documents served as application/anything+xml, which should fix the issue for MusicXML in particular.

http://lists.w3.org/Archives/Public/www-validator-cvs/2007Sep/0066.html