- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Apr 2006 15:50:30 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv32570
Modified Files:
xmlspec.dtd xmlspec.xsl
Log Message:
Added errata element for Rec errata
Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2004/ws/addressing/xmlspec.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** xmlspec.xsl 10 Mar 2006 11:34:10 -0000 1.7
--- xmlspec.xsl 21 Apr 2006 15:50:28 -0000 1.8
***************
*** 1130,1133 ****
--- 1130,1136 ----
</dl>
+ <!-- HH added errata -->
+ <xsl:apply-templates select="errata"/>
+
<!-- PLH added altlocs handling -->
<!-- output the altlocs -->
***************
*** 1507,1510 ****
--- 1510,1526 ----
</xsl:template>
+ <!-- HH added errata handling -->
+ <xsl:template match="errata">
+ <xsl:if test="/spec/@role!='editors-copy' and /spec/@w3c-doctype='rec'">
+ <p>
+ <xsl:text>Please refer to the </xsl:text>
+ <a href="{.}">
+ <strong>errata</strong>
+ </a>
+ <xsl:text> for this document, which may include some normative corrections.</xsl:text>
+ </p>
+ </xsl:if>
+ </xsl:template>
+
<!-- PLH added altlocs handling -->
<xsl:template match="altlocs">
Index: xmlspec.dtd
===================================================================
RCS file: /sources/public/2004/ws/addressing/xmlspec.dtd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xmlspec.dtd 10 Mar 2006 11:35:01 -0000 1.4
--- xmlspec.dtd 21 Apr 2006 15:50:28 -0000 1.5
***************
*** 257,262 ****
--- 257,264 ----
pubdate, notice*, publoc, altlocs?, ((prevlocs, latestloc?) |
(latestloc, prevlocs?))?, authlist, copyright?,
+ errata?,
((status, abstract) | (abstract, status)), pubstmt?,
sourcedesc?, langusage, revisiondesc">
+ <!ELEMENT errata (#PCDATA)>
<!ENTITY % pubdate.mdl
Received on Friday, 21 April 2006 15:50:41 UTC