Display Spry results in Jquery modal dialog
- by Simon S
I am using Spry to retrieve data from a SOAP webservice (received as XML).
I want to display these results in modal Dialog using the jquery dialog plugin.
I have an almost working solution, but the dialog shows the spry placeholders (i.e. the fieldnames surrounded by {}), not the actual retrieved data.
Any ideas how I might achieve what I want?