我的php版本是5.1.2,我无法访问simplexml的addChild函数或任何DomDocument内容。关于如何在xml文件中添加节点的任何想法?
例如:
<?xml version='1.0'?>
<post>
<title>cool website</title>
<email>victor.chen@fake.com</email>
<first>Victor</first>
<last>Chen</last>
<date>01/04/13</date>
<time>12:31 am</time>
<category>acm</category>
<content>gj</content>
</post>
我想添加上面的另一个节点。鉴于我的限制,最好的方法是什么?