<?xml version='1.0' encoding="utf-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    <env:Body>
        <m:cssvalidationresponse
            env:encodingStyle="http://www.w3.org/2003/05/soap-encoding"
            xmlns:m="http://www.w3.org/2005/07/css-validator">
            <m:uri>file://localhost/TextArea</m:uri>
            <m:checkedby>http://jigsaw.w3.org/css-validator/</m:checkedby>
            <m:csslevel>css21</m:csslevel>
            <m:date>2008-06-18T06:536Z</m:date>
            <m:validity>true</m:validity>
            <m:result>
                <m:errors xml:lang="en">
                    <m:errorcount>0</m:errorcount>
    
                </m:errors>
                <m:warnings xml:lang="en">
                    <m:warningcount>0</m:warningcount>

                </m:warnings>
                <m:css>
    
            
                    <m:noAtRule>
                
                            <m:selector>
                                <m:selectorValue>.google</m:selectorValue>
                                <m:RuleList>
            
                                    <m:Rule>
                                        <m:Property>background-image</m:Property>
                                        <m:PropertyValue>url(http://www.google.com/logo.jpg?is=evil&but=we_love_them_anyway)</m:PropertyValue>
                                        <m:important> false </m:important>
                                    </m:Rule>
            
                                </m:RuleList>
                            </m:selector>
                
                    </m:noAtRule>
            
                </m:css>
            </m:result>
        </m:cssvalidationresponse>
    </env:Body>
</env:Envelope>

