Hi, working with http://old.xwiki.org/xwiki/bin/view/Test/ImportExport I could make it work a bit, but when select a couple of documents and press Export, the next output is shown:
$export.setWithVersions(false) $export.setAuthorName($author) $export.setDescription($description) $export.setLicence($licence) $export.setName($packageName) $export.add($itemexp, $xwiki.parseInt($defaultAction)) $export.add($itemexp, $xwiki.parseInt($defaultAction)) $export.export() IMHO it's not interpreting the code generated as a velocity macro and just outputs the code contained in the page, so : - did anyone had the same problem, and solved it ?? - cold anyone that make it work on top of 0.9 tell me about any changes that are needed ?? TIA -- Víctor A. Rodríguez (http://www.bit-man.com.ar) El bit Fantasma (Bit-Man) - Algorithm junkie Perl Mongers Capital Federal (http://cafe.pm.org/) GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
