67 | Let SearchView return XML, JSONTommy Valand2726 - 11 2007 (3)
The title more or less speaks for itself.
Let us do: h t t p ://site.com/db.nsf/people?SearchView &query=[first_name]=tommy &outputformat=xml h t t p ://site.com/db.nsf/people?SearchView &query=[first_name]=tommy &outputformat=json |
42 | URL Command to get the XML representation of a notes documentRajeev Menon3643 - 17 2007 (8) Just like the view?readviewentries URL Command, I would like to have a URL Command to retrieve the XML representation of a Notes Document. For example: h t t p : / / ideajam.net/IdeaJam/P/ij.nsf/0/935851559D016E708625739C00807A4B?readdocument |
25 | add a grid view design elementSlawek Rogulski8789 - 16 2007 (7) I am thinking of your stock standard grid view control/widget. In Notes this design element could be used for displaying and editing multiple documents. So instead of embedding a catgegorized view showing only one of the categories this element could do the same but also allow easy editing of the ... |
23 | Implement Javascript 1.8 and E4X in the forthcoming Javascript/JVM engineDan Sickles1710 - 26 2007 (1) It's clear from Lotsusphere abstract AD208 that the Javscript on JVM engine that we knew from Workplace Designer will be in a future version of Notes. This will include the Notes back end classes and Eclipse/Expeditor UI classes. I don't know what version of Javascript/ECMAScript is supported so here ... |
22 | Write a DXL to XSL-FO Stilesheet to print to PDF PS PCL ecc. ecc.Luca Perico341 - 22 2008 (4) Using XSL-FO we can standardize the printing method for Domino.
We can print trasparently and clean from client, fom WEB , from Notes server (think to fax server), without trics.
We can also send an XSL-FO external render engine.
Hi to all !
Luca. |
21 | Objectified XML in LotusscriptDan Sickles1710 - 01 2007 (0) Access XML in notes items via native lotusscript: custname = doc.body.customers[2].@name zip = doc.body.customers[2].address.zipcode forall state in doc.body.customer..state myList.append(state) end forall or similar. This is doable now with dxl and e4x(Firefox, Rhino) or groovy. It would blur ... |
19 | Lotus Notes Data as XML SourceSivaram Athmakuri266 - 03 2009 (2) IBM supports Open standards for most of it's products. In today's scenario, Lotus Notes solutions need to co exist with other enterprise solutions such as ERP, Portal etc. IBM need to provide a new design element XML Data source. It should allow the developers to choose the |
17 | Native XML storage and XQueryNick Radov1333 - 26 2008 (3) |
16 | Implement an XPath based selection API for LotusScript like in JDom |
13 | ?ReadViewEntries option to provide data in a dojo grid input formatMike Woolsey2784 - 10 2011 (0) Reformatting view data to shoehorn it into a dojo grid, that's a bear of work. I would think it would be tremendously useful to just hand dojo grid a URL to a view and let it "go to town" on the data there. BTW, this would also be ... |
10 | Pull-parsing XML API for Lotusscript |