Home >Backend Development >XML/RSS Tutorial >Easily display XML data to HTML pages using Spry
With the in-depth study of the integrated Spry function in Dreamweavse cs3, we understand and master some functional modules of the Spryframework, including easily displaying XML data into HTML pages through Dreamweavse cs3 visual operations .
Of course, when it comes to how to insert and display XML data into an HTML page, what usually comes to mind immediately is the data island. For example:
##[Ctrl+A Select all Note: If you need to introduce external Js, you need to refresh it before executing]
Of course, you can also use XSLT to display XML into the page, but now using Dreamweaver CS3 integrated Spry function, you can easily embed XML data into HTML, and at the same time, you can also reorder XML data and perform scheduled data
update and no refresh Display etc - standard Spry AJAX application.
1, XML data file: site.xml
/www.cnbruce.com ; .cc ; 2, add "Spry XML Date Set" in Dreamweaver CS3 3. Browse and select the XML data source in the dialog box that opens. Then click "Get schema" to extract the XML node display. Select the node in "Row element" to obtain it automatically. " XPath | " (Note: When selecting different XPaths, the information that can be finally displayed is different), select the reference node for classification sorting in the "Sort" column, such as selecting descending or ascending order of time, in In "Options" you can set the automatic update of XML data and display without refresh mechanism.
4. After completing the binding of XML data, you can display the XML data (
loop) in the HTML page.
Generally speaking, it is easy to get started. It is also very concise to go back to [Code]
View to look at the code. All the work is done by the Spry framework. finished. However, the current problems and considerations are:
1. The data source of Chinese XML nodes cannot be well supported.
2. The hyperlink displayed by XML in HTML cannot be opened.3, we need to solve the problem of remote XML data source, which is a function similar to RSS
aggregation
The above is the detailed content of Easily display XML data to HTML pages using Spry. For more information, please follow other related articles on the PHP Chinese website!