Hi, Are you trying to make both the tree structure editable and the HTML where the datas are ?
I suggest you create a simple class Tree.TreeItemClass name TextClass parent DBListClass pointing to elements of the same class uri TextClass or html TextAreaClass other properties if needed You can then write a Sheet allowing to edit pages with the tree structure. A script can be created to generate your current XML structure from the xwiki content. Another script can be created to read your current xml structure the first time to create the xwiki pages. Ludovic [EMAIL PROTECTED] wrote: > Good morning, > > In my company we are using an XML structure which is a Tree on screen which > points on Html files that are the datas. > > The XML tree has multiple levels and i would like to know how i could import > this structure in xwiki to make it editable more easily. > > Xwiki is installed on Tomcat with an Oracle DB. > > I tried to find out how Xwiki communicate with the DB and also installed > Xeclipse but i dont have much time and that's why i need your help to locate > important files that i have to use to do it. > > Regards, > > Jérémy GIAIME > Trace Solutions > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > > -- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

