Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Members: 22
Language: English
Group categories:
Computers > Databases
Computers > Programming
Computers
More group info »
Recent pages and files
xslt-and-javascript    

Web 2.0 describes a new approach to Web applications where thefunctionality is responsive, similar to desktop applications. Two ofthe main Web 2.0 approaches to building applications include workingwith Flash/Flex and Ajax.

The Ajax approach to building Web applications includes many existing technologies:

XHTML and CSS to describe the interface
DOM to work with the interface and loaded XML data
XML and XSLT to store and transform the data

The XMLHttpRequest object to connect to external data sources, usually XML documents
JavaScript to bind the technologies together to load data, manipulate the interface and respond to user interactions

In this article, I want to look at using JavaScript to apply an XSLTtransformation to an XML document. XSLT (Extensible Stylesheet LanguageTransformations) allows you to change an XML document into another kindof output. It transforms a source XML tree into a results tree and isoften used to generate XHTML from an XML document.

Specifically, in the article I?ll

  1. provide an overview of XSLT
  2. show how to apply transformations with JavaScript
  3. work through a simple example

Read More?

?

Version: 
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google