XML Basics

  1. What 4 things are part of a tag that references an external style sheet.
    <!DOCTYPE mydoctype SYSTEM "http://www.mysite.com/dtds/mydoctype.dtd">
  2. How do you declare a DTD in the document? What tage is used?
    <!DOCTYPE mydoctype [ ... ... ...]>
  3. Entities
    • A method of search and replace. In XML entities all begin with an
    • ampersand (&) and end with a semicolon (;).
    • You define your entity and the text that is replaced by it. If you
    • define an entity for &company;
  4. Attribute
    • Additional values added to elements. An example of an HTML attribute
    • (with element) is
    • <IMG SRC="mypic.jpg">, where
    • the text in RED is the attribute.
  5. Element
    • A tag in our XML document. An example of
    • an HTML element is <IMG>,
  6. Each XML file starts with what tag? is wrapped by what? Contains what 2 sections
    <?xml version="1.0"?>
  7. XSL Stands for
    eXtensible Style Language.
  8. XML stands for
    eXtensible Markup Language.
Author
dalbabes
ID
22317
Card Set
XML Basics
Description
Basic XML info
Updated