12-20-04 10:48 PM
Hi,
Is it possible to get a structure like this:
<page1>
<name />
<address />
</page1>
<page2>
<name />
<address />
<zip />
</page2>
into a single table like this:
<post>
<type />
<name />
<address />
<zip />
</post>
I would also like to manually assign the "type" element with different
values based on what "page" the elemen originates.
Thanks
Thomas Solbjør
[ Post a follow-up to this message ]
|