资源说明:本文实例讲述了php实现的xml操作类。分享给大家供大家参考,具体如下:
<?php
/*
使用方法:
$test=new xml();
$test->new_xml('test.xml');
$test->root('document');
$test->append_root_node('book');
$test->append_child_node('author','linage');
$test->append_child_node('page',100);
$test->append_child_node('money','35 RMB');
$test->append_roo
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。