Skip to content

Drop-down form developed using Javascript which fetches data from XML file. XSLT used to fetch information and display information about specific "object".

Notifications You must be signed in to change notification settings

JalalQ/5203-XML-XSLT-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project uses the open data about Parks and Recreation Facilities in XML format from (city of Toronto)[https://open.toronto.ca/]. The objective of the project is

  • To use XLST to display information about a particular park (park location #9).
  • Create a drop-down form using Javascript DOM. When the user selects any park name from the drop-down list, and clicks the "View Details" submit button, the information about the park is then displayed.

XSLT (Extensible Stylesheet Language Transformations) is used to to display or transform XML in a different way. These transformations can be such things as changing the XML to a different XML format or displaying or XML data as HTML.

Similar to the HTML DOM, the XML DOM, too, is a tree representation of your XML document. You can manipulate your XML document via the DOM using different programming languages.

Screenshots

part-2

part-3

About

Drop-down form developed using Javascript which fetches data from XML file. XSLT used to fetch information and display information about specific "object".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published