WebMaster icon, Lecture 6

XML Introduction

eXtensible Markup Language uses tags

STRICTER than HTML!

Keyword or abbreviation in < > brackets

Uses lowercase tags and attributes

Attributes MUST have quotes around them

All tags must be balanced with an opening <item name="Home" pagename="/webmaster/"> and closing tag </item>

Tags can be nested but must be done correctly (Like parentheses [{(!)}])

Tags without a closing tag

Add extra slash (/) BEFORE ending >:
<item name="Home" pagename="/webmaster/"/>




Prev | Next | Manila Part 2


The words in RED must be the same; use single words, no spaces or other characters:

Here's a new site's Navigation XML:

<navigator>
   <item name="Home" pagename="/i01/"/>
   <item name="About" pagename="/i01/about"/>
   </navigator>

Here's a new site's Site Structure XML:

<hierarchy>
  <story name="About" pathname="about" msgNum="2"/>
  </hierarchy>

Prev | Next | Manila Part 2


'The WebMaster Speaks....' 6-3

Webmaster Lectures
Welcome to a series of lectures on the World Wide Web
Home | Lectures overview | Lecture 1 | Lecture 2 | Lecture 3 | Lecture 4 | Lecture 5 | Lecture 6 | Lecture 7 | Lecture 8



Membership

Login





Last update: Tuesday, August 14, 2001 at 9:51:07 AM.
Go to John Koch's home page or send him a message.