perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS W3C.pm,1.3,1.4

Update of /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS
In directory hutz:/tmp/cvs-serv7099/lib/WebService/Validator/CSS

Modified Files:
	W3C.pm 
Log Message:
workaround for http://www.w3.org/Bugs/Public/show_bug.cgi?id=750
not necessary anymore since bug #750 was fixed.




Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- W3C.pm	20 Oct 2005 03:12:19 -0000	1.3
+++ W3C.pm	20 Oct 2005 03:17:28 -0000	1.4
@@ -76,10 +76,6 @@
     s{env:encodingStyle="http://www.w3.org/2003/05/soap-encoding"}
      {env:encodingStyle="http://www.w3.org/2001/06/soap-encoding"};
 
-    # workaround for http://www.w3.org/Bugs/Public/show_bug.cgi?id=750
-    s{<m:errortype><m:errorsubtype>unrecognized</m:errorsubtype>\s+<m:skippedstring>}
-     {<m:errortype><m:errorsubtype>unrecognized</m:errorsubtype></m:errortype><m:skippedstring>};
-
     my $som;
     eval { $som = SOAP::Deserializer->new->deserialize($_); };
 

Received on Thursday, 20 October 2005 03:17:33 UTC