and CORRECT Answers
XML - CORRECT ANSWER - Extensible Markup Language
XML vs HTML - CORRECT ANSWER - XML used to STRUCTURE, DESCRIBE, and
CARRY data; HTML is to DISPLAY data.
XML vs HTML TAGs - CORRECT ANSWER - HTML tags are pre-defined; XML tags
are *not* pre-defined.
XML Schema - CORRECT ANSWER - Describe the structure of an XML document and
defines the building blocks
XPATH - CORRECT ANSWER - Extensible Path Language, used to extract data from an
XML file.
XQUERY - CORRECT ANSWER - Used to perform query functions on XML data,
similar to SQL for databases
XSLT - CORRECT ANSWER - Extensible Stylesheet Language Transformations, a
styling language that can transform XML file into another file type (HTML, PDF, MS Word,
etc.)
XSL-FO - CORRECT ANSWER - Extensible Stylesheet Language Formatting Objects is
a language for formatting XML documents into PDF documents
CSS - CORRECT ANSWER - Cascading Style Sheet (CSS) is a language that can be used
to describe the presentation of XML elements.