Posted by uidzer0 on 10/11/06 14:17
Hey everyone,
I am trying to figure out how to import an external xml file into a
current document at a certain location within the document ie:
Here is my main xml:
<books>
<book>
<title>1</title>
<author>a</author>
</book>
<book>
<title>2</title>
<author>b</author>
</book>
<book>
<title>3</title>
<author>c</author>
</book>
</book>
And here is the xml to be imported:
<book>
<title>new</title>
<author>new author</author>
</book>
I would like to import this right after the first book entry (after 1,
before 2), can anyone point me in the right direction here?
Thanks!
Ben
Navigation:
[Reply to this message]
|