Knebel Home
{ XML }
Building XML (ASP): Using an XML Data Island, Posting Multi Record Updates
This code is an example of how you can draw data into an XML island, bind a table to that XML island, then manipulate multiple records in the island, and post single or multiple-record updates. You will need the Northwind database. Note: - T...
Building XML (ASP): Using an XML Data Island, Posting Single Record Updates
This code is an example of how you can draw data into an XML island, manipulate a record from the island, then post updates. The functionality in this code should be easily portable to PHP. Northwind Database is utilized.
Create an XML Document
Paste the page 1 code (below) into a blank document, and save it as listing1-2.xml. Next, paste the page 2 code (below) into a new page, and save it as display1-t.html.
php/MySQL - Build an XML Data Island and Bind to an HTML Table
This example shows you how to build a simple XML data island using PHP/MySQL. One of the ways you can use the data island is to bind it to an HTML table, as shown below.
Retrieving Formatted XML from SQL Server (attributes)
This SQL statement will retrieve data in XML format, returning all data as attributes:
Retrieving Formatted XML from SQL Server (elements)
This SQL statement will retrieve data in XML format, returning all data as elements:
XML Data Island
The following example contains 2 pages. This is an example of reading from an XML document, and displaying the data in an XML island, within your HTML page. Basically, this can be seen as an example of using XML as a database or datasource. ...
XML XSL Transformation Tester
This tool allows you to: 1) choose an xml file and or view it 2) choose an xsl file and or view it 3) Transform the XML with the XSL and view the results The code consists of a single vb form file. You will need to save this code as a VB Form....
XML/XSL Example
Create 2 pages as noted below, then view the data.xml file.