User:Alex skene/scratchpad/more external stuff: Difference between revisions
From FOIwiki
Jump to navigationJump to search
Alex skene (talk | contribs) Created page with "== try xml == * http://www.legislation.gov.uk/ukpga/2000/36/section/11/data.xml {{#get_external_data:http://www.legislation.gov.uk/ukpga/2000/36/section/11/data.xml |xml |Pnumb..." |
Alex skene (talk | contribs) No edit summary |
||
Line 33: | Line 33: | ||
{{#for_external_table:<nowiki/> | {{#for_external_table:<nowiki/> | ||
* {{{span}}} / {{{class}}} | * {{{span}}} / {{{class}}} | ||
}} | |||
== try json format == | |||
{{#get_external_data:http://www.whatdotheyknow.com/request/bnp_teachers_152.json | |||
|json | |||
|url_title=url_title | |||
|title=title | |||
|id=id | |||
|}} | |||
{{#for_external_table:<nowiki/> | |||
* {{{url_title}}} / {{{title}}} / {{{id}}} | |||
}} | }} |
Revision as of 22:48, 15 April 2011
try xml
{{#get_external_data:http://www.legislation.gov.uk/ukpga/2000/36/section/11/data.xml |xml |Pnumber=Pnumber |P1para=P1para |P2para=P2para |P3para=P3para |P4para=P4para |Text=Text |}}
{{#for_external_table:
- {{{Pnumber}}} / {{{Text}}} / {{{P1para}}}
}}
- the legislation xml doesn't meet the SMW extension's format v well, so won't e able format properly
try xht format
- http://www.legislation.gov.uk/ukpga/2000/36/section/11/data.xht
- doesn't work well - more classes than spans...
{{#get_external_data:http://www.legislation.gov.uk/ukpga/2000/36/section/11/data.xht |xml |span=span |class=class |}}
{{#for_external_table:
- {{{span}}} / {{{class}}}
}}
try json format
{{#get_external_data:http://www.whatdotheyknow.com/request/bnp_teachers_152.json |json |url_title=url_title |title=title |id=id |}}
{{#for_external_table:
- {{{url_title}}} / {{{title}}} / {{{id}}}
}}