2002/css-validator/org/w3c/css/css soap12.properties,1.4,1.5

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv11754

Modified Files:
	soap12.properties 
Log Message:
removed <m:css> tag

Index: soap12.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/soap12.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- soap12.properties	6 Aug 2007 13:51:11 -0000	1.4
+++ soap12.properties	12 Sep 2008 15:41:46 -0000	1.5
@@ -109,55 +109,7 @@
                     </m:warninglist>
     #end
 #end
-
                 </m:warnings>
-#if ( $rules_count > 0 )
-                <m:css>
-    #if ($style_charset)
-
-                    <m:vCharset>@charset</vCharset>
-    #end
-
-    #foreach ( $rules in $at_rules_list )
-        #if ( $rules.AtRule != "" )
-
-                    <m:atRule>
-                        <m:atSelector>$rules.AtRule</m:atSelector>
-        #elseif ( !$rules.Empty )
-
-                    <m:noAtRule>
-        #end
-        #foreach ( $rule in $rules.StyleRules )
-
-                            <m:selector>
-                                <m:selectorValue>$rule.Selectors</m:selectorValue>
-                                <m:RuleList>
-            #foreach ( $property in $rule.Properties )
-
-                                    <m:Rule>
-                                        <m:Property>$property.PropertyName</m:Property>
-                                        <m:PropertyValue>$property</m:PropertyValue>
-                                        <m:important>#if ( $property.Important ) true #else false #end</m:important>
-                                    </m:Rule>
-            #end
-
-                                </m:RuleList>
-                            </m:selector>
-        #end
-        #if ( $rules.AtRule != "" )
-
-                    </m:atRule>
-        #elseif ( !$rules.Empty )
-
-                    </m:noAtRule>
-        #end
-    #end
-
-                </m:css>
-#else
-                <m:css>$CSS_not_found</m:css>
-#end
-            </m:result>
         </m:cssvalidationresponse>
     </env:Body>
 </env:Envelope>

Received on Friday, 12 September 2008 15:42:23 UTC