Beispiel #1
0
 static function filterMathMLEntities($text)
 {
     $text = com_wiris_util_xml_WXmlUtils::resolveEntities($text);
     $text = com_wiris_util_xml_WXmlUtils::nonAsciiToEntities($text);
     return $text;
 }