- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jun 2005 06:10:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv17165
Modified Files:
result.tmpl
Log Message:
bringing back xml limitation note
Index: result.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/result.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- result.tmpl 24 Feb 2005 17:59:49 -0000 1.7
+++ result.tmpl 21 Jun 2005 06:10:03 -0000 1.8
@@ -8,6 +8,15 @@
<TMPL_IF NAME="have_warnings">
<TMPL_INCLUDE NAME="warnings.tmpl">
</TMPL_IF>
+
+ <TMPL_IF NAME="is_xml">
+ <p><strong>Note</strong>:
+ The Validator XML support has
+ <a href="http://openjade.sourceforge.net/doc/xml.htm"
+ title="Limitations in Validator XML support">some limitations</a>.
+ </p>
+ </TMPL_IF>
+
<TMPL_IF NAME="VALID">
<TMPL_INCLUDE NAME="valid.tmpl">
<TMPL_ELSE>
Received on Tuesday, 21 June 2005 06:10:10 UTC