|
Demo Instructions
Get this demo running on your machine.
|
|
Architag
What is Architag?
|
|
XRay, Architag's Free XML Editor
Free editor that verifies the well-formedness or validity of an XML document as you type
|
|
XSLT on the Browser
XML-tagged article transformed to XML using XSLT in the browser (tip: use View...Source)
|
|
XSLT Client Illustrated
Flowchart for XSLT processing (client)
|
|
XSLT on the Server
XML-tagged article transformed to XML on the server using server-side XSLT (tip: use View...Source)
|
|
XSLT Server Illustrated
Flowchart for XSLT processing (server)
|
|
article.xml
XSLT transformation program
|
|
article.xsl
Source for article
|
|
article.asp
Middle-tier script (active server page)
|
|
XSLT as Script Enhancement
XSLT can be used as an enhancement to scripting in the browser
|
|
Filter.htm
Source for script and data binding
|
|
Filter Illustrated
Flowchart for the filter program
|
|
XML Scripting
Walk the XML tree using browser-based scripting and the document object model (DOM)
|
|
Stats.htm
Source for XML DOM processing script
|
|
mvp.xml
The source document for these examples
|
|
XML Source
Art exhibition data source for the examples below, accessed dynamically from database using middle-tier scripting (active server pages)
|
|
Data Binding
Simple data binding using XML as a data source object
|
|
Data Binding Source
Source for above example.
|
|
Form Binding
Data binding using forms and scripting. This example also updates a database using an XML-coded transaction packet.
|
|
Form Binding Source
Source for above example.
|
|
GetPieces.asp
Source of the middle-tier script that creates the XML source
|
|
UpdatePieces.asp
Source of the middle-tier script that updates the database using the XML diff file
|