On Feb 18, 2008 9:56 PM, Kevin S. Clarke <> wrote:
> Couldn't you also just do something like:
>
> <dir name="my root dir">
> <dir name="my child dir">
> <dir name="deep dir"/>
> </dir>
> <file name="first file in dir"/>
> <file name="second file in dir"/>
> </dir>
>
> I wrote a similar thing and this is the format I used (with some extra
> attributes for more information about the files and dirs).
Thanks Kevin for sharing this Schema. But unfortunately, I think it
won't work for me (or, it might? which I need to investigate a bit
deeply).
I need a 1-to-1 mapping between file system directory/file names and
XML names. I am generating a meta data (the XML output) to be used by
another tool (which physically sees/processes the directories/files
and consults the XML meta data for some processing).
--
Regards,
Mukul Gandhi