how to export the list of pics to XML?

  • Thread starter Thread starter nexus6
  • Start date Start date
Status
Not open for further replies.
N

nexus6

Guest
Well, I have a website with several XML galleries and if I want to change it (picture position, replace pic, delete etc.), have to edit this XML in an external editor. The problem is I don't see the pictures - just code so its very uncomfortable. My idea is to export a list of current collection to a simple XML file, don't need to export pictures. Each collection include pictures with the same named a Lightroom virtual copy thumbnails. Any idea? :?:

structure of XML could be:
<pic>
<image>pictures/pict_''1.jpg</image>
<thumbnail>pictures/tn/pict_''1.jpg</thumbnail>
</pic>
 
Hi nexus, welcome to the forum!

My answer to everything at the moment seems to be LR/Transporter, because I've been playing with it this weekend!

If you're wanting it to output this:
<pic>
<image>pictures/''1.jpg</image>
<thumbnail>pictures/tn/''1.jpg</thumbnail>
</pic>
<pic>
<image>pictures/''2.jpg</image>
<thumbnail>pictures/tn/''2.jpg</thumbnail>
</pic>
<pic>
<image>pictures/''3.jpg</image>
<thumbnail>pictures/tn/''3.jpg</thumbnail>
</pic>
then you'll want the settings on the attached screenshot.
 
Status
Not open for further replies.
Back
Top