2006/ws/policy UpdatedBibl.xsl,1.1,1.2

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv24388

Modified Files:
	UpdatedBibl.xsl 
Log Message:
italic generation necessary to achieve same styling as in WSDL 2.0 draft

Index: UpdatedBibl.xsl
===================================================================
RCS file: /sources/public/2006/ws/policy/UpdatedBibl.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- UpdatedBibl.xsl	10 Nov 2006 19:21:32 -0000	1.1
+++ UpdatedBibl.xsl	22 Mar 2007 03:49:53 -0000	1.2
@@ -2,7 +2,7 @@
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
 <!-- <xsl:import href="http://www.w3.org/2001/tag/doc/xmlspec.xsl"/> -->
 
-<xsl:import href="http://dev.w3.org/cvsweb/~checkout~/spec-prod/html/xmlspec.xsl?rev=1.54"/>
+<xsl:import href="xmlspec.xsl"/>
 
 <xsl:template match="bibl">
     <dt class="label">
@@ -28,6 +28,10 @@
     </dd>
   </xsl:template>
 
+<xsl:template match="code[@role='code-emph']">
+<code style="font-style: italic;"><xsl:value-of select="."/></code>
+</xsl:template>
+
  <xsl:template match="latestloc">
   <dt>Latest version:</dt> 
  <dd>

Received on Thursday, 22 March 2007 15:17:06 UTC