Custom page to display xml returned from a WS
-
I have created a widget to send a query to a web service.
The results are coming back as XML and I have created a PHP page to display/process the results (currently sat in the site root). However, I would prefer to embed the results within the rest of the site so I can retain the navigation, header, footer, sidebar, etc.
Should I build a template to do this, even though there will only be one page needed?
or
Should I try connecting to wordpress hooks in my process-results.php page?
I also suspect this should be part of the plugin’s code/folder.
- The topic ‘Custom page to display xml returned from a WS’ is closed to new replies.