https://bugzilla.wikimedia.org/show_bug.cgi?id=44696
--- Comment #1 from Al Johnson <[email protected]> --- I would like to suggest that the result tag names (currently set to the page names) be replaced by something simple, such as <result> or <result-<index>>, since the title and page is already specified by the fulltext and fullurl properties. So, the sample output would instead look like this: <?xml version="1.0"?> <api> <query> <printrequests> <printrequest label="" typeid="_wpg" mode="2" /> <printrequest label="Has property" typeid="_txt" mode="1" /> </printrequests> <results> <result fulltext="some "quoted" text" fullurl="http://www.mywikidev.com/wiki/index.php/some_%22quoted%22_text"> <printouts> <Has_property> <value>1234</value> </Has_property> </printouts> </result> </results> </query> </api> Thank you -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
