oompa_l
07-06-2010, 08:34 PM
please bare with me, I m probably thinking about this all wrong. see my current xml map:
<Root>
<Prjct>
<Number></Number>
<Name></Name>
<Date></Date>
<Client></Client>
<Type></Type>
<Scope></Scope>
<Remarks></Remarks>
<Location>
<City></City>
<Province></Province>
<Country></Country>
</Location>
<Images>
<Thmb01></Thmb01>
<Img01></Img01>
<Ttl01></Ttl01>
<Cptn01></Cptn01>
</Images>
<Description></Description>
</Prjct>
How should I be contending with the issue of having multiple images per "project"? I know I can just duplicate the contents of "Images" tacking on sequential numbers but somehow this seems fairly inefficient and each project may have different numbers of images...is there a more appropriate way to be doing this?
Also, I guess I should say that my workflow - however "dumb" - is to map these xml elements onto my excel spreadsheet.
advice please? thanks!
<Root>
<Prjct>
<Number></Number>
<Name></Name>
<Date></Date>
<Client></Client>
<Type></Type>
<Scope></Scope>
<Remarks></Remarks>
<Location>
<City></City>
<Province></Province>
<Country></Country>
</Location>
<Images>
<Thmb01></Thmb01>
<Img01></Img01>
<Ttl01></Ttl01>
<Cptn01></Cptn01>
</Images>
<Description></Description>
</Prjct>
How should I be contending with the issue of having multiple images per "project"? I know I can just duplicate the contents of "Images" tacking on sequential numbers but somehow this seems fairly inefficient and each project may have different numbers of images...is there a more appropriate way to be doing this?
Also, I guess I should say that my workflow - however "dumb" - is to map these xml elements onto my excel spreadsheet.
advice please? thanks!