14/05/2003Christiane Schmidt1 XML – application A presentation about different examples of use.

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
XML/EDI Overview West Chester Electronic Commerce Resource Center (ECRC)
1 © Netskills Quality Internet Training, University of Newcastle XML.
KM World 2001 XML Show & Tell Eddie O’Brien Ringtail Solutions
Project 1 Introduction to HTML.
Chapter Concepts Review Markup Languages
©Silberschatz, Korth and Sudarshan10.1Database System Concepts W3C Activities HTML: is the lingua franca for publishing on the Web XHTML: an XML application.
Supervised by Prof. LYU, Rung Tsong Michael Department of Computer Science & Engineering The Chinese University of Hong Kong Prepared by: Chan Pik Wah,
Advanced Web Technologies MSc. Publishing on WWW.
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
XML A brief introduction ---by Yongzhu Li. XML --- a brief introduction 2 CSI668 Topics in System Architecture SUNY Albany Computer Science Department.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic XML.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Chapter 14 Database Connectivity and Web Technologies
W3C Activities HTML: is the lingua franca for publishing on the Web XHTML: an XML application with a clean migration path from HTML 4.01 CSS: Style sheets.
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HYPERTEXT MARKUP LANGUAGE (HTML)
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
Dobrin / Keller / Weisser : Technical Communication in the Twenty-First Century. © 2008 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Chapter 1 Introduction to HTML, XHTML, and CSS
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
XML at Work John Arnett, MSc Standards Modeller Information and Statistics Division NHSScotland Tel: (x2073)
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
School of Computing and Management Sciences © Sheffield Hallam University To understand the Oracle XML notes you need to have an understanding of all these.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
XML Basics Chao-Hsien Chu, Ph.D. School of Information Sciences and Technology The Pennsylvania State University Extensible Meta Language Markup Language.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
World wide web l Information on computers linked together l Browser (Netscape or IExplorer or Opera) l Hyper Text Markup Language (HTML, XML) l Hypertext.
Electronic Commerce COMP3210 Session 4: Designing, Building and Evaluating e-Commerce Initiatives – Part II Dr. Paul Walcott Department of Computer Science,
XML Browser 닉스테크 교육사업부 김찬
HTML PROJECT #1 Project 1 Introduction to HTML HTML Project 1: Introduction to HTML 2 Vocabulary Internet service provider (ISP) A company that has a.
Generating HTML Format Reports for Travel Demand Models May 18, 2009 Chunyu Lu Gannett Fleming, Inc.
Presentation Topic: XML and ASP Presented by Yanzhi Zhang.
XML eXtensible Markup Language. Topics  What is XML  An XML example  Why is XML important  XML introduction  XML applications  XML support CSEB.
XML Extensible Markup Language
Web Services for Satellite Emulation Development Kathy J. LiszkaAllen P. Holtz The University of AkronNASA Glenn Research Center.
Streaming Media A technique for transferring data on the Internet so it can be processed as a steady and continuous stream.
Scientific Applications of XML Arvind Hulgeri, Shantanu Godbole
Using XML to present computer program Qingsong Yao Qingsong Yao Department of Computer Science Department of Computer Science York University York University.
Web Technologies COMP6115 Session 4: Adding a Database to a Web Site Dr. Paul Walcott Department of Computer Science, Mathematics and Physics University.
CHAPTER 15 WPF Windows Presentation Foundation Dr. John Abraham Professor, UTPA.
XML and SVG from PQL By Dave Doulton Computing Services University of Southampton.
XML Engr. Faisal ur Rehman CE-105T Spring Definition XML-EXTENSIBLE MARKUP LANGUAGE: provides a format for describing data. Facilitates the Precise.
XML stands for Extensible Mark-up Language XML is a mark-up language much like HTML XML was designed to carry data, not to display data XML tags are not.
XML and E-Commerce What is XML? XML means “Extensible Markup Language” extensible - not fixed format like HTML Enables you to define your own customized.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
©Silberschatz, Korth and Sudarshan10.1Database System Concepts W3C - The World Wide Web Consortium W3C - The World Wide Web Consortium.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
VIRTUAL REALITY (VR) INTRODUCTION AND BASIC APPLICATIONS الواقع الافتراضي : مقدمة وتطبيقات Dr. Naji Shukri Alzaza Assist. Prof. of Mobile technology Dean.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
XML Related Technologies
Chapter 1 Introduction to HTML.
XML QUESTIONS AND ANSWERS
Project 1 Introduction to HTML.
Microsoft Office Illustrated
Session I - Introduction
Session I - Introduction
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
XML.
Tutorial 7 – Integrating Access With the Web and With Other Programs
XML – An Introduction XML is getting a lot of attention right now, because of it leverages existing internet infrastructure and also because it enables.
Presentation transcript:

14/05/2003Christiane Schmidt1 XML – application A presentation about different examples of use

14/05/2003XML-application2 content  XML application compared with HTML  How to use XML  Why use XML  areas of usage E-Commerce Multimedia Science Meta Data

14/05/2003XML-application3 XML application compared with HTML  Not a replacement for HTML  XML and HTML designed with different goals: XML: describes data and focus on what data is HTML: display data and focus on how data looks  HTML is about displaying information, XML about describing information

14/05/2003XML-application4 how can XML be used  Keep data separated from HTML  Used to store data inside HTML documents  Used as a format to exchange information  Used to store data in files or in databases

14/05/2003XML-application5 why use XML  XML databases: XML data natively stored in its structured, hierarchical form No need to map XML data tree structures to tables  Queries resolved much faster  Hierarchy of data preserves  Increase performance

14/05/2003XML-application6 why use XML [2]  Integration of all databases and formats: Classical data types: text and numbers, multimedia objects (sounds) Active formats: Java Applets, ActiveX components

14/05/2003XML-application7 why use XML [3]  Modification to data presentation Changing look and feel of documents or entire websites with XSL Style Sheets Data will not be manipulated  Internationalization Multilingual documents and Unicode Standard supported

14/05/2003XML-application8 why use XML [4]  Future-oriented technology Industry standard of the W3C Supported by all leading software providers

14/05/2003XML-application9 examples of use  XML is used in many different areas:  Publishing of databases on the web  Electronic commerce  Multimedia and science  Creation of meta data

14/05/2003XML-application10 Electronic Commerce  Simplifies communication between companies  Example: web shop system Orderings will be sent directly to supplier  Was realized with EDI Very expensive – additional technical equipement needed  Standardization of E-Commerce with XML possible  possible for smaller companies

14/05/2003XML-application11 multimedia – SVG, VRML  SVG Scalable Vector Graphics Vector graphic format with many filter effects and interactions  VRML Virtual Reality Markup Language Possibility to create 3-dimensional designs

14/05/2003XML-application12 multimedia - SMIL  Synchronized Multimedia Integration Language  XML application to develop TV-like multimedia presentations for the internet  Used in Real Player

14/05/2003XML-application13 multimedia - MusicML  Music Markup Language  Connection factory  XML application for notation ( Notenschrift )

14/05/2003XML-application14 science - MathML  Mathematical Markup Language  Makes mathematical formulas available for the web  Further processing is possible

14/05/2003XML-application15 MathML example … x …

14/05/2003XML-application16 science - CML  Chemical Markup Language  Peter Murray-Rust  Complex chemical molecules described easily  Visualization of molecular structures, crystallography, chemical databases …

14/05/2003XML-application17 meta data - CDF  “Data about data” for describing of data especially in web-searches and web-navigations  Channel Definition Format  Developed by Microsoft  XML application to define channels that are used to transfer information direct to subscriber of a webpage (webcasting)

14/05/2003XML-application18 conclusion  Helps to simplify and standardize old methods and processes (EDI)  Data are more structured and more intelligent  Many different applications of XML

14/05/2003XML-application19 references  Galileo Computing “XML, XSLT, VB und ASP”  Thomas Kobert “XML” Links:   CML:  MathML: functions.wolfram.com/  

14/05/2003Christiane Schmidt20 End of presentation Any Questions?