<?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>css3</m:csslevel>
            <m:date>2013-11-27T10:38:34Z</m:date>
            <m:validity>false</m:validity>
            <m:result>
                <m:errors xml:lang="en">
                    <m:errorcount>1</m:errorcount>

                <m:errorlist>
                    <m:uri>file://localhost/TextArea</m:uri>

                        <m:error>
                            <m:line>2</m:line>
                            <m:errortype>parse-error</m:errortype>
                            <m:context> body </m:context>
                            <m:errorsubtype>
                                exp
                            </m:errorsubtype>
                            <m:skippedstring>
                                url(ab &#39;cd&#39;)
                            </m:skippedstring>

                            <m:message>

                                Value Error :  background (nullcolors.html#propdef-background)

                                url(ab &#39;cd&#39;) is not a background-color value :
                            </m:message>
                        </m:error>

                    </m:errorlist>

                </m:errors>
                <m:warnings xml:lang="en">
                    <m:warningcount>1</m:warningcount>

                    <m:warninglist>
                        <m:uri>file://localhost/TextArea</m:uri>

                        <m:warning>
                            <m:line>3</m:line>
                            <m:level>0</m:level>
                            <m:message>Property -moz-box-sizing is an unknown vendor extension</m:message>
                        </m:warning>

                    </m:warninglist>
                    </m:warnings>
            </m:result>
        </m:cssvalidationresponse>
    </env:Body>
</env:Envelope>
