diff options
author | ot <ot@localhost> | 2007-09-11 06:44:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-09-11 06:44:15 +0000 |
commit | ad8a0cd53506c0de18af9df3db8a8d23f80431b6 (patch) | |
tree | 221af3601a67b0fab7332da952b4918f9912dabb /htdocs/dev | |
parent | dd88d6a16f1e1be7ccd3d533347fc2db86a3795b (diff) | |
download | markup-validator-ad8a0cd53506c0de18af9df3db8a8d23f80431b6.zip markup-validator-ad8a0cd53506c0de18af9df3db8a8d23f80431b6.tar.gz markup-validator-ad8a0cd53506c0de18af9df3db8a8d23f80431b6.tar.bz2 |
adding musicxml sample to collection
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-x | htdocs/dev/tests/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 401a214..39505fe 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.90 2007-09-11 05:34:49 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-09-11 05:34:49 $" +<!--#set var="revision" value="\$Id: index.html,v 1.91 2007-09-11 06:44:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-09-11 06:44:15 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -248,6 +248,14 @@ All these documents should validate, without "pretty print" for the document typ <a href="rddl_si.xhtml">view</a>: RDDL (no FPI) </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/5031-root_dash.xml">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/5031-root_dash.xml">with v.w.o</a> - + <a href="5031-root_dash.xml">view</a>: + MusicXML (also test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=5031" title="Bug 5031 - Doctype detection fails if root element includes non "word" character">Bug 5031</a>) + </li> + + </ul> <h4 id="valid_warn">Valid Documents, with Warnings</h4> |