Skip to main content
May 29, 2008
Question

Missing File - Adobe Dreamweaver CS3 with ASP, Coldfusion, and PHP

  • May 29, 2008
  • 1 reply
  • 343 views

On page 263 of Adobe Dreamweaver CS3 with ASP, Coldfusion, and PHP by:Jeffrey Bardzel and Bob Flynn the file called countryDetailXML.asp is missing. How can I find that file? Any idea?
Thanks for your help.
This topic has been closed for replies.

1 reply

Bob_Flynn__IN_Univ_
Participating Frequently
June 8, 2008
@citaiz,

That file is created earlier in the lesson in an exercise starting on page 257. For the sake of the lesson, you can use countryDetail.xml that is included in the lesson 09 start folder. It is not important for this lesson that the XML is a static file or one generated in real time from the database. The version of Spry (1.4) that shipped with DW CS3 used XML data only. The current version (1.6.1) can use JSON and HTML tables for the data source as well. You can get the latest version of Spry for free at http://labs.adobe.com/technologies/spry/, including an extension to update your copy of DW to the latest version.

Bob Flynn