【发布时间】:2015-01-22 07:07:55
【问题描述】:
这是在我的 xml 文件中:
<?xml version="1.0" ?>
- <AXISWeb xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="AXISWeb.xsd">
<Membership>
<ExpiryDate />
<MemStatus />
<MemStatusDesc />
<RenewType />
<!-- I want new node here with php code -->
</Membership>
<Address>
<address1/>
...
</Address>
</AXISWeb>
请用其他语言而不是 php 给出这种类型的解决方案,任何人都可以为此提供帮助
谢谢。
【问题讨论】:
-
我没有得到我想要的实际答案..