Dynamic Spry datasets in ADDT

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Dynamic Spry datasets in ADDT

    From the website for Adobe Dreamweaver Developer Toolbox: Dynamic Spry datasets
    - Adobe Dreamweaver Developer Toolbox helps customers export standard
    Dreamweaver recordsets in XML format and use them to create dynamic Spry XML
    Data Sets.

    What does this mean, is this a new feature or does it just mean that
    Dreamwever lets you create recordsets (as it has since the dawn of time) and we
    can hand code something to output that as XML? Oh yes, that's really helping.
    Not.

    kollectionFan Guest

  2. Similar Questions and Discussions

    1. 1 Spry DetailRegion loading from 3 separate Datasets
      I have three <div>s on a page, each containing a different dataset of thumbnail images. Then I have one <div> that contains the detailregion that...
    2. ADDT file upload
      Hi people I'm making a document upload site for mainly pdf files with php and mysql and i'm using the developer toolbox file upload. I got it all...
    3. ADDT login logger
      I use the ADDT login and have the logger table set up ? but I have been using this mainly for the session tracking. What I am dealing with now is...
    4. What is the latest version of ADDT
      Can someone please tell me what the latest version of the Dreamweaver Developer Toolbox is? Is it automatically updated by the Dreamweaver update...
    5. create dynamic list by using ADDT
      hi all im using Adobe Dreamweaver Developer Toolbox to create dynamic list when i create dynamic list its ok but theres problem in edit,delete,add...
  3. #2

    Default Re: Dynamic Spry datasets in ADDT

    Hello,

    The feature is called XML Export which automatically will transform a
    recordset you do in your page into XML format. In this case you won't
    have to write any code manually to transfer the necessary data in the
    XML that the Spry featured page expects.

    Cristian MARIN

    Cristian MARIN Guest

  4. #3

    Default Re: Dynamic Spry datasets in ADDT

    I just complete the example on
    [url]http://www.adobe.com/devnet/dreamweaver/articles/spry_xml_export.html[/url]
    Using Using XML Export to create dynamic Spry data sets.

    You create a connection to your server and a record set for the data.
    Then you create an export file where you insert the extension code that
    converts the record set to an xml feed.

    Once this is done you can use spry create the spry data set for the spry
    application.

    There was no hand coding at all using the extensions in the example.

    It was cool, reminds me of using XSL to style xml feeds. I can see
    creating a very nice CMS using Spry and the XML export extension.

    David Pearson



    DEPearson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139