Re: generate XML from recursion

2015-07-08 Thread Andy Bach
On Wed, Jul 8, 2015 at 10:51 AM, Nagy Tamas (TVI-GmbH) < tamas.n...@tvi-gmbh.de> wrote: > How can it be? I call the subroutine in the middle of a tag. How can be > the document closed? > Well, I don't get that (could it be that call to Travers($dir,$writer); before the sub def?) but to get your

generate XML from recursion

2015-07-08 Thread Nagy Tamas (TVI-GmbH)
Hi, Thanks for the solutions of the recent problems. I would like to traverse a dir on the HDD at a part of the XML generation. So I generated about 75% of an xml file with xml::writer, and it comes a Projectstructure tag. Between these tag I simply list a dir into empty tags . If recursion is r