On Wed, Mar 24, 2010 at 21:54, Thomas Stinner <[email protected]> wrote: > Hello, > > i am trying to convert our existing Wiki to Xwiki. > > To reach this goal, i am trying to export the existing data into an xar > file hat i can import into xwiki. > > What i am missing is a description of the xml file format. > > Where can i find this?
There is no formal description AFAIK, the best is to export a page in XWiki and too look at the result to see what it's looks like. Another if you are using java is to create a XWikiDocument java object and call toXML on it to export the document. > > Thanks for help > Thomas > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
