On Mon, Dec 1, 2008 at 5:01 PM, Andreas Moroder < [EMAIL PROTECTED]> wrote:
> Hello, > > I would like to parse ms .adm files. This files have a tree structure that > look like > > Category Name1 > category Name2 > categor Name3 > Policy pol1 > data lines here > ... > End policy > Policy pol2 > data lines here > ... > End policy > end category > category Name4 > ..... > > Is there a easy way to load this files as create a tree of the content of > this type of file ? I need it to extract single policies including the > category names they are embedded in. > The content of the single policies can be one object and must not be split. > > > Thanks > Andreas > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > > Hi Andreas, A quick google search got me this link: http://www.novell.com/coolsolutions/trench/3253.html I have no idea how good it is but somehow I expect novell to be resonably good at workign these kinds fo things out. As far as I can tell it is released under some form of open source license or the other so it might be exactly what you are looking for. Regards, Rob