LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 481|回复: 0

为什么我的xmlcheck无法实例化呢

[复制链接]
发表于 2004-12-1 16:56:53 | 显示全部楼层 |阅读模式
Fatal error: Cannot instantiate non-existent class: xml_check in D:\Program Files\Apache Group\Apache2\htdocs\zend\index.php on line 8


<html>
<head>
<title></title>
</head>
<body>
<?php
$myxml=file("xml.xml");
$check = new XML_check();
if($check->check_string($myxml)) {
  print("XML is well-formed");
  print("Elements      : ".$check->get_xml_elements());
  print("Attributes    : ".$check->get_xml_attributes());
  print("Size          : ".$check->get_xml_size());
  print("Text sections : ".$check->get_xml_text_sections());
  print("Text size     : ".$check->get_xml_text_size());
} else {
  print("XML is not well-formed");
  print($check->get_full_error());
}
?>
You can use check url instead
</body>
</html>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表