Assignment for Understanding XML and XPath. You will learn 2 Finding objects in a web page Understanding what makes them unique Writing an XPath expression.

Slides:



Advertisements
Similar presentations
XML-XSL Introduction SHIJU RAJAN SHIJU RAJAN Outline Brief Overview Brief Overview What is XML? What is XML? Well Formed XML Well Formed XML Tag Name.
Advertisements

Advanced XSLT II. Iteration in XSLT we sometimes wish to apply the same transform to a set of nodes we iterate through a node set the node set is defined.
Car Research Activity Exploring which automaker builds the best cars. Bob Pallatto - EDU 505.
Part 2 Introduction to CSS. CSS Syntax – class selector 1 With the class selector you can define different styles for the same type of HTML element. You.
Basic notation for supertype/subtype relationships
HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
Beyond Gasoline: Fuel Economy. CAFE Standards Corporate Average Fuel Economy Mileage requirements for new vehicles.
XML Namespaces Andrey Smirnov CSCI 7818 September 21, 2000.
1 Lab Assignment#5 Due 12/7 A car can hold 12 gallons of gasoline and it can travel 360 miles without refuelling. Write a program the displays the trip.
Leveraging Objects with XPath
Understanding XML and XPath
I Need a fuel-Efficient Vehicle!  By: Rick Keczely.
Using XSLT and XPath to Enhance HTML Documents Reference: Roger L. Costello
© 2011 LogiGear Corporation. All Rights Reserved Capturing Interface Presenter: Thuy Tran.
By Kiersten Beckford and Lauren Smith. Will be distributing lacrosse products using fuel efficient transportation.
Gabriela Martinez 11/10/08 Honda Civic Honda Civic  Crash test rating: Good  MPG: 25 city/34 hwy miles  Affordable used car.
Car Project Andrew Waldecker Chevy Silverado Extended Cab (Used) 2 Wheel drive 4.3 liter V6 engine 4 speed automatic transmission.
1 Test Automation For Web-Based Applications Selenium HP Web Test Tool Training Portnov Computer School.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
WORKING WITH XSLT AND XPATH
Integrated Marketing Summit 2010 “How Spiders View Your Web Site” David Burke
XML Schema and Stylus Studio. Introduction to XML Schema XML Schema defines building blocks of a XML document XML Schemas are alternative to DTD Why XML.
Billy Bob’s Pacifiers By : Mariss and Becc. These pacifiers originated from only having three pairs to now manufacturing over 15 million and are being.
CIS 1315 – Web Development for Educators CIS 1315 HTML Tutorial 9: Working With XHTML.
Parched by the AYDS?Have some SARS!.  Can Move 440 tons of product, 1 mile, on 1 gallon of diesel  Trains have increased efficiency by 85% since 1980.
Most fuel efficient vehicle MPG CityHwy Toyota Prius5148 This Toyota Prius would be prime for moving any thing it gets 51 miles per gallon city and 48.
Part Five, Issue 12 Motor Vehicles and the Environment.
Oto Benitez Period 4 January 29, Topics  Facts on Chevrolet  Corvette standards  Price of cars and trucks.
XP 1 Creating an XML Document Developing an XML Document for the Jazz Warehouse XML Tutorial.
New Perspectives on XML, 2nd Edition Tutorial 9B1 USING XML AS A DATA SOURCE TUTORIAL 9B.
A comparison of two cars I would like to own: a Ford F150 and a BMW m6 Presented By: Matt Kissell Project 15: Buying your first car January 3, 2011.
SUSTAINABILITY EFFORTS OF Department of Administration Motor Fleet Management September 2000.
XP New Perspectives on XML, 2 nd Edition Tutorial 8 1 TUTORIAL 8 CREATING ELEMENT GROUPS.
XML & AJAX Khaled Al-Sham’aa. XML The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is.
Bibliography and Citations. Bibliography Refer to handout Refer to handout Entries should be organized alphabetically. Entries should be organized alphabetically.
Hybrids and EV's. Hybrid cars are cars that run on both an electric engine and a gasoline engine. The two engines work together giving the car good gas.
Unit 3 — Advanced Internet Technologies Lesson 11 — Introduction to XSL.
The Boss’s Car Tesla Roadster Choice #1. Alternative Fuel- 100% Electric Runs only on electric energy Can plug it into a wall socket whenever convenient.
 XSL – Extensible Style Sheet Language  XSLT – XSL Transformations › Used to transform XML documents to other formats,like HTML or other XML documents.
Welcome to the HEV Web Cast Marcy Rood HEV Web Cast January 26, 2005.
Presented by: Christian Tetirick Project number 15 buying my first car 5/1/12 A COMPARISON OF TWO CARS I WOULD LIKE TO OWN: A 2011 GMC SIERRA AND A 2009.
Sarah and Gabbie. Starting at $100,250 unique luxury suv 11mpg / 15mpg inefficient Main.
Matt Ellis CAS 100A Penn State Hazleton 10/12/2011 HYBRID CARS.
Designing Streamable XPath Expressions Roger L. Costello January 5,
CS : Assignment 1 Play around with your data.
#N14 Pattern Value (aka Substring attribute) SDD 1.1 Initial Discussion XXX = [Proposal | Initial Discussion | General Direction Proposal]
Equations And Inequalities Algebraic Equations “MATHEMATICS I”
Introduction to Chemistry 100 D. G. Marangoni. Course Information  Chemistry 100 NH F Block. LabsPSC 2045  Tuesday AM; Wednesday PM. Tutorial.
MIX: A Meta-Data Indexing System for XML SungRan Cho, L3S Nick Koudas, University of Toronto Divesh Srivastava, AT&T Labs-Research.
Nicole Georgelas & Laura Burbank Transport and installation of Appliances: *Stoves *Ovens *Dishwashers *Microwaves *Refrigerators / Freezers *Washer *Dryer.
Presented by: Whitney Burris Project 15 – Car Purchase 5/2/2012.
Honda Civic GX 16 Th January  Honda Civic GX design feature  Using this design feature on similar cars  Impact product has had on the company.
RDG 410 Week 2 Individual Assignment Phonics Competency Assessment Resource: University Material: Phonics Competency Pretest. Complete the Phonics Competency.
WEB 237 Week 1 DQ 1 Why is it important to test your web pages in various Web browsers? Explain how XML has impacted HTML. Check this A+ tutorial guideline.
DBM 380 Week 2 Team Assignment (Huffman Trucking) Entities and Attributes Requirements Begin work on Service Request SR-ht-003, due in Week Five, by completing.
BIS 303 Week 3 Learning Team Hospitality Information Systems Third Party Reservation Options Resource: Hospitality Information Systems: Third Party Reservation.
Tutorial 04 (cont’) Using XPath Patterns in an XSLT Style Sheet.
© 2015, Mike Murach & Associates, Inc.
Introduction of Selenium Webdriver Using Java
ASSIGNMENT NO.-2.
TECHjOSH.COM TechJosh.com.
Miles Per Gallon.
Querying XML XPath.
Bibliography and Citations
Querying XML XPath.
A car dealer recorded the miles-per-gallon ratings of six cars and the results were as follows: 18, 36, 21, 32, 27, and 34. Determine the mean of the.
Objective - To subtract decimals.
HTML Level II (CyberAdvantage)
Complete Vehicle Systems.
Presentation transcript:

Assignment for Understanding XML and XPath

You will learn 2 Finding objects in a web page Understanding what makes them unique Writing an XPath expression to define them Using Firebug & FirePath to validate the expression

Assignment 3 1.Using Firefox, navigate to: 2.Open Firebug 3.Write unique XPath expressions to identify the following objects: All Toyota vehicles "I am looking for an element (node) called vehicle, That has an attribute called make The attribute called make has a value of Toyota." Only red cars The Honda Civic The silver Silverado truck All vehicles Only vehicles with an MPG of 50 miles per gallon Only Yamaha Motorcycles The Assignment

Resources 4 Sample site: References Working with Object Spy & XPath XML Tutorial XPath Tutorial

Thank You