w3c.css.css.soap12.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cssvalidator Show documentation
Show all versions of cssvalidator Show documentation
Backend for the W3C CSS Validation Service
$esc.xml($file_title)
http://jigsaw.w3.org/css-validator/
$cssversion
$currentdate
$is_valid
$errors_count
#set ( $sf = "" )
#if ( $errors_count > 0 )
#foreach ( $error_content in $errors_content )
#set ( $err = $error_content.get("Error") )
#set ( $error_msg = $error_content.get("ErrorMsg") )
#set ( $class_name = $error_content.get("ClassName") )
#set ( $context_msg = $error_content.get("CtxMsg") )
#if ( $error_content.get("link_value_parse_error") )
#set ( $before_link = $error_content.get("link_before_parse_error") )
#set ( $link_value = $error_content.get("link_value_parse_error") )
#else
#set ( $link_value = false )
#end
#if ( $error_content.get("span_value_parse_error") )
#set ( $span_value = $error_content.get("span_value_parse_error") )
#else
#set ( $span_value = false )
#end
#if ( $sf != $err.SourceFile )
#if ( $open )
#end
#set ( $sf = $err.SourceFile )
#set ( $sfe = $esc.xml($err.SourceFile) )
$sfe
#set ( $open = true )
#end
$err.Line
$class_name
#if ( $context_msg )$esc.xml($context_msg) #end
#if ( $span_value )
#set ( $span_class = $error_content.get("span_class_parse_error") )
$esc.xml($span_class)
$esc.xml($span_value)
$esc.xml($error_content.get("Type"))
#end
#if ( $link_value )
#set ( $link_name = $error_content.get("link_name_parse_error") )
$before_link : $esc.xml($link_name) ($esc.xml($link_value))
#end
$esc.xml($error_msg)
#end
#if ( $open )
#end
#end
$warnings_count
#if ( $warnings_count > 0 )
#set ( $sf = "" )
#set ( $open = false )
#foreach ( $warning in $warnings_list )
#if ( $sf != $warning.SourceFile )
#if ( $open )
#end
#set ( $sf = $warning.SourceFile )
#set ( $sfe = $esc.xml($warning.SourceFile) )
$sfe
#set ( $open = true )
#end
#if ( $warning.Level <= $warning_level )
$warning.Line
$warning.Level
$esc.xml($warning.WarningMessage)
#if ( $warning.Context )
$esc.xml($warning.Context)
#end
$esc.xml($warning.Type)
#end
#end
#if ( $open )
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy