[xwiki-users] C++ bindings

2010-05-10 Thread Mike Davis
This is sort of a random shot, just hoping someone has implemented something similar before. There is a C++ API used to securely connect to and query a database. The database is maintained by IT, so I need to go through this API rather than directly accessing the database (in which case I

Re: [xwiki-users] Creating class properties with groovy

2010-04-12 Thread Mike Davis
Similar question has appeared in this list earlier with no good answer. Though I suspect, this approach seems necessary is due to weak design. Can you describe use case why it seems necessary in place of database list, where you can set hql query for filtering necessary elements?

[xwiki-users] Creating class properties with groovy

2010-04-07 Thread Mike Davis
I want to create properties for a new class on a blank document with groovy. I can do the following: def doc = xwiki.getDocument(space.docname) c = doc.getxWikiClass(); and look at elements of a class that already exists by doing: prop = c.get('propertyname') propToEdit =

Re: [xwiki-users] users Digest, Vol 32, Issue 67

2010-03-31 Thread Mike Davis
I want to parse XML attachments to a page and display the data in a table or list on the page. Does this functionality exist? Just checking before I write my own code. So you have attachments which are XML files and you want to parse them and display their content in a wiki table

[xwiki-users] XML parser for displaying on pages

2010-03-29 Thread Mike Davis
I want to parse XML attachments to a page and display the data in a table or list on the page. Does this functionality exist? Just checking before I write my own code. _ Hotmail is

[xwiki-users] Is WYSIWYG editor available for TextArea?

2010-03-15 Thread Mike Davis
Hello, we'd like to use the bulletinboard application (http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplication), but we want to allow WYSIWYG editing of a post so links and perhaps photos can be embedded. Right now, the class for each post only has a author, date, and the

[xwiki-users] XMLRPC and sql 2005 questions

2010-02-06 Thread Mike Davis
1) Is there a way to search/create objects using XMLRPC? I can get and update pages and attachments, but I want to be able to create or query objects of classes that I have created. I'm using perl if anyone has code samples. I saw there is a search function on the confluence API but I