Hi all,
is it possible to create a KM folder structure automaticly, following the tree structure of an xml document?
For example:
an xml-document with following content:
<item id=1 level=0>abc</item>
<item id=2 level=1>aaa</item>
<item id=3 level=1>bbb</item>
<item id=4 level=2>ccc</item>
<item id=5 level=0>def</item>
I'd like to create a KM folder structure like this:
- abc
---aaa
---bbb
-
ccc
- def
Does anyone have any idea to implement this scenario in KM?
Much obliged!
Steffi