- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 05:21:28 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv25061
Modified Files:
identityxmlspec.xsl
Log Message:
Updated doctype decl
Index: identityxmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/identityxmlspec.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** identityxmlspec.xsl 23 Jan 2003 19:32:10 -0000 1.3
--- identityxmlspec.xsl 2 Aug 2005 05:21:26 -0000 1.4
***************
*** 12,19 ****
<xsl:output
method="xml"
! encoding="us-ascii"
omit-xml-declaration="no"
! doctype-public="-//W3C//DTD Specification V2.2//EN"
! doctype-system="http://www.w3.org/2002/xmlspec/dtd/2.2/xmlspec.dtd"
/>
--- 12,19 ----
<xsl:output
method="xml"
! encoding="utf-8"
omit-xml-declaration="no"
! doctype-public="-//W3C//DTD Specification V2.2+WSDL//EN"
! doctype-system="xmlspec.dtd"
/>
Received on Tuesday, 2 August 2005 05:21:30 UTC