Hi Colin,
my co-worker in Costa Rica spotted that you had released the XML module. Congratulations and a big huzzah from the xml user community.
I hope that some docs will be forthcoming soon. I spent today working through the Walk_Through text file.
I am trying to use the parameter options for an external XML file and can not get it to work for me:
my external xml file / feed responds to parameters:
http://server.domain.org/lgic/profile-open?code=zaw
I set the QueryString Parameters to:
Name Required Data Origin
Code Pass-Through QueryString (zaw)
(hardcoded a parameter for now,
but I am not sure how I am supposed to pass the passthrough parameter to the xml URL. I tried using the Parameter name on the XML URL line: ?code but no joy
if I do not set parameters and just embed the parameter directly on the xml URL, call it works.
/lgic/profile-open?code=zaw
see it working at: http://dnn.wbtdev.net/Home/XMLTest/tabid/58/Default.aspx
the XSL parameters work for me; I'm not clear yet on how they get passed to the XSL file, but that will come.
thanks for your help and for all your work on this updated module,
tomvw