Hello,

I would like to implement hivemind configurations in
my application but have a few questions. I have a
folder in my web app (Tapestry), it contains a number
of xml files. Their structure is something like:

<books>
  <book>
    <name/>
    <chapters/>
  </book>
</books>

I would like to scan for all the xml files in a
directory and be able to create Book objects.

How do I specify where to find these files? Can this
be done in a module file? It would be ideal to combine
all the xml files, so I just get a list of the Book
objects, since the root element is irrelevant.

Thanks


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to