Hi David,
This looks like a bug to me since you should be able to create the
same page names with XMLRPC than you can by using the wiki directly.
Feel free to create a jira issue on
http://jira.xwiki.org to report
the problem.
Thanks
-Vincent
On Jun 2, 2008, at 8:10 PM, David Brain wrote:
Hi,
I'm trying to create pages via the XMLRPC api - while this seems to
mostly work, I am encountering one problem. When my page titles
contain spaces (e.g. 'My Test Page') this is saved into XWiki with the
spaces replaced by underscores e.g. 'My_Test_Wiki'.
Is there a correct approach to take to allow spaces in the page titles
within XWiki? I see that in order to link to pages with spaces in the
titles slightly different markup is needed ('[My Test Page>view.My
Test Page]'), but I can handle doing this in my code.
Thanks,
David.