A
Andrew Clark
hello,
i am creating an xml database. i want to be able to create files like
this:
<bar ...>
<x>
<y ... />
...
...
...
</x>
</bar>
i will have a bunch of those files (with all the specifics). then, i want
an "overview" file a la:
<foo ...>
<baz ...>
...
...
...
</foo>
where the data for each <baz> is taken from the appropriate <bar>'s file
(the upper example). how would i go about doing this?
TIA,
andrew
i am creating an xml database. i want to be able to create files like
this:
<bar ...>
<x>
<y ... />
...
...
...
</x>
</bar>
i will have a bunch of those files (with all the specifics). then, i want
an "overview" file a la:
<foo ...>
<baz ...>
...
...
...
</foo>
where the data for each <baz> is taken from the appropriate <bar>'s file
(the upper example). how would i go about doing this?
TIA,
andrew