variable $nameing undefined
Status: Beta
Brought to you by:
lrargerich
There's an undefined variable $nameing in the
class_schematron.
function
schematron_validate_file_using_mem($xml_filename,$validation_string)
{
$name=md5($validation_string);
if(!isset($this->compiled[$nameing])) {
$this->compile_schematron_from_mem($validation_string);
.....