Note: I'm not using the xmldom functions because I need to maintain
compatibility with current typical installs.
Say I have an XML file like this on my disk:
<list>
<item>foo</item>
<item>bar</item>
</list>
What's the best way to add another <item /> to this file without using a
dom?
I'm open to any suggestions that'll work well on a typical 4.1.2 install.
thank you! :)
drew
compatibility with current typical installs.
Say I have an XML file like this on my disk:
<list>
<item>foo</item>
<item>bar</item>
</list>
What's the best way to add another <item /> to this file without using a
dom?
I'm open to any suggestions that'll work well on a typical 4.1.2 install.
thank you! :)
drew
Comment