- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Feb 2007 15:40:45 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv26261 Modified Files: xmlspec-policy.xsl Log Message: pre with numbering might contain <emph> elements Index: xmlspec-policy.xsl =================================================================== RCS file: /sources/public/2006/ws/policy/xmlspec-policy.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- xmlspec-policy.xsl 26 Jan 2007 22:30:35 -0000 1.5 +++ xmlspec-policy.xsl 21 Feb 2007 15:40:43 -0000 1.6 @@ -181,6 +181,9 @@ </xsl:non-matching-substring> </xsl:analyze-string> </xsl:when> + <xsl:when test="self::emph"> + <b><xsl:copy-of select="*|text()"/></b> + </xsl:when> <xsl:otherwise> <xsl:copy-of select="."/> </xsl:otherwise>
Received on Wednesday, 21 February 2007 15:40:57 UTC