On Jun 2, 2008, at 9:36 PM, Guillaume Lerouge wrote:
Actually using the wiki as a page creation interface
your spaces
would be
replaced with "+" instead of "_" : is that any better to you ? This
is
required because you cannot have URLs with spaces within them, e.g.
your
resulting URL will be .../xwiki/bin/view/Main/My+Test+Page anyway...
AFAIK (I may be wrong) the "+" are only used to display the page's
name in the URL but the real page name is with spaces.
-Vincent
On Mon, Jun 2, 2008 at 8:59 PM, Vincent Massol
<vincent(a)massol.net>
wrote:
> 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.