am trying to export a small flyer into xml.. aside from the problem i am having in a previous post, i do have one quick question..
how do you break the export into nodes?
i.e.
the page has several blocks which have a photo, some descriptive text, a part number, an item number, etc..
once these are all tagged correctly, how do i set up the relationships between tags.. like
<item>
<partno> </partno>
<image_url> </image_url>
....
</item>
any help would be appreciated..