CompSci497
Advanced XML Programming with XmlPL
Lecture Notes
Friday, February 23rd, 2007



Contents

  1. Features of XmlPL
    1. Declarations
      1. package
      2. import
      3. functions
      4. variables
    2. Statements
      1. Loops: While, Foreach and For
      2. Switch and Case
      3. Throw, Try and Catch
      4. Append
      5. Redirect
    3. Types
    4. Expressions
  2. Discuss Projects

1) Features of XmlPL

1.1) Declarations

1.1.1) package

1.1.2) import

1.1.3) functions

1.1.4) variables

1.2) Statements

1.2.1) Loops: While, Foreach and For

1.2.2) Switch and Case

1.2.3) Throw, Try and Catch

1.2.4) Append

1.2.5) Redirect

1.3) Types

1.4) Expressions

2) Discuss Projects