- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 13:37:11 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv7959
Modified Files:
xmlspec.xsl
Log Message:
be explicit about xml decl
Index: xmlspec.xsl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/xmlspec.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- xmlspec.xsl 10 Aug 2010 12:30:52 -0000 1.15
+++ xmlspec.xsl 10 Aug 2010 13:37:09 -0000 1.16
@@ -143,7 +143,7 @@
<xsl:key name="specrefs" match="specref" use="@ref"/>
<xsl:key name="bibrefs" match="bibref" use="@ref"/>
- <xsl:output method="xml" encoding="UTF-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" indent="no" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
+ <xsl:output method="xml" omit-xml-declaration="no" encoding="UTF-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" indent="no" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<!-- not handled:
attribute: unhandled IDL stuff
Received on Tuesday, 10 August 2010 13:37:12 UTC