- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Jan 2007 01:18:00 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results-messages In directory hutz:/tmp/cvs-serv17881/test-suite/results-messages Modified Files: generate-xpath-assertions.xslt Log Message: Fixed soap mustunderstand assertion flaws. Index: generate-xpath-assertions.xslt =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/generate-xpath-assertions.xslt,v retrieving revision 1.12 retrieving revision 1.13 diff -C 2 -d -r1.12 -r1.13 *** generate-xpath-assertions.xslt 9 Jan 2007 23:41:08 -0000 1.12 --- generate-xpath-assertions.xslt 10 Jan 2007 01:17:58 -0000 1.13 *************** *** 200,204 **** <xsl:value-of select='$msg'/> <xsl:text>/l:content/soap12:Envelope/soap12:Header/*[</xsl:text> ! <xsl:if test='@mustUnderstand="true"'>@mustUnderstand="true" and </xsl:if> <xsl:text>local-name()="</xsl:text> <xsl:value-of select='@localName'/>" and namespace-uri()="<xsl:value-of select='@namespace'/>"]</assertion> --- 200,204 ---- <xsl:value-of select='$msg'/> <xsl:text>/l:content/soap12:Envelope/soap12:Header/*[</xsl:text> ! <xsl:if test='@mustUnderstand="true"'>(@soap12:mustUnderstand="true" or @soap12:mustUnderstand="1") and </xsl:if> <xsl:text>local-name()="</xsl:text> <xsl:value-of select='@localName'/>" and namespace-uri()="<xsl:value-of select='@namespace'/>"]</assertion>
Received on Wednesday, 10 January 2007 01:18:04 UTC