Assignment Create a well|-formed valid XML file that contains this information. The information does not have to be correct only your name needs to be correct, you can make up all other information. Then, create the proper XSLT file to load that XML data and display it. When displaying it, make sure you're using:

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter12: Working With Document Nodes And Style Sheets: Creating A Dynamic Document Outline
Section12.1: Visual Overview: Exploring The Node Tree
Problem 1QC
icon
Related questions
Question
Assignment
Create a well-formed valid XML file that contains this
information. The information does not have to be
correct only your name needs to be correct, you can
make up all other information. Then, create the proper
XSLT file to load that XML data and display it. When
displaying it, make sure you're using:
• Different font colors
• Tables
• header tags (<h1> <h2>...)
• Images where the image name is read from the
XML file
The information you must include:
• Name
• My Picture (this is an image file name. For
example: loay.jpg, or myphoto.jpg
• Address
o Street number
o City
o State
o Zipcode
• Movies I like
o Title
o Release Date
Transcribed Image Text:Assignment Create a well-formed valid XML file that contains this information. The information does not have to be correct only your name needs to be correct, you can make up all other information. Then, create the proper XSLT file to load that XML data and display it. When displaying it, make sure you're using: • Different font colors • Tables • header tags (<h1> <h2>...) • Images where the image name is read from the XML file The information you must include: • Name • My Picture (this is an image file name. For example: loay.jpg, or myphoto.jpg • Address o Street number o City o State o Zipcode • Movies I like o Title o Release Date
Expert Solution
Step 1

XSLT stands for Extensible Stylesheet Language Change.  XSLT is used to convert XML document from one form to another. XSLT uses Xpath to perform node matching to make this change.
The result of using XSLT in an XML document could be another XML document, HTML, text or any other text from a technical point of view.
The XSL code is written inside the XML document with the extension (.xsl).
 In other words, the XSLT document is a different type of XML document.

XML word space: XML word spaces are different names.

  •     XML Namespace is a machine where a feature or attribute is assigned to a group.
  •     XML Namespace is used to avoid word conflicts in an XML document.
  •     XML Namespace recommended by W3C.

    Syntax:

     <element xmlns: name = "URL">

Where,

  • The word space starts with xmlns.
  •  The word name is the beginning of the place of the word.
  •   URL is a reference to a place name.
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning