|
|
Because all of the data presented by the View System is contained within
XML data files, this page covers what XML is, what it is not, and gives
some of the basic rules and conventions.
What XML Is
- XML stands for eXtensible Markup Language
- XML is a markup language much like HTML (data in between tags example <tag>my data</tag>
- XML is a markup meta-language. A framework for defining other markup languages
- XML was designed to describe data (not how to present it)
- XML tags are NOT predefined. You must define your own tags
- In some cases it is a replacement for EDI
What XML Is Not
- Able to do anything on it's own. It is just plain text with some sort
of tag that enclose the data so it can be differentiated from other data.
- Able to define how your data is to be shown. To show data, you need other techniques.
- Able to easily deal with binary data like gifs, jpegs, old MS-Word documents, MS-Excel documents etc.
- A replacement for HTML
- A replacement for relation databases
- A Silver Bullet
XML Basics
XML Resources
|