atom feed8 messages in org.oasis-open.lists.docbook-apps[docbook-apps] Generating targetset
FromSent OnAttachments
Mathieu MalaterreJul 8, 2010 2:21 am 
Dave PawsonJul 8, 2010 4:39 am 
Mathieu MalaterreJul 8, 2010 5:08 am 
Dave PawsonJul 8, 2010 7:59 am 
Mathieu MalaterreJul 8, 2010 8:41 am 
Mathieu MalaterreJul 8, 2010 9:22 am 
Bob StaytonJul 8, 2010 10:29 am 
Jirka KosekJul 8, 2010 11:03 am 
Subject:[docbook-apps] Generating targetset
From:Mathieu Malaterre (math@gmail.com)
Date:Jul 8, 2010 2:21:18 am
List:org.oasis-open.lists.docbook-apps

Hi there,

I am wondering if anyone had to deal with this issue before. My build system is generating a list of filenames to be installed like that:

<files> <file name="share/doc/Common1/Doc1/index.html"/> <file name="share/doc/Common1/Doc2/index.html"/> <file name="share/doc/Common2/Doc1/index.html"/> <file name="share/doc/Common3/Doc1/index.html"/> <file name="share/doc/Common3/Doc2/index.html"/> </files>

I would need to convert that input XML into the targetset structure, where common directory need to contains multiple files, so I cannot simply process one string at a time, but would need some kind of hash table to find out redundancies.

Any pointer would be greatly appreciated !

Thanks