CSE681 - Software Modeling and Analysis
Lecture #4 - XML
Revised: 20 September 2007
Web Resources:
UML
XML, HTML
Code Project
Microsoft Developer's Network
DevelopMentor
XML
Sells Brothers
Windows Developer's Journal
Windows Forms
DotNetJunkies
.Net Quickstarts
C# Corner
Mono Project
Content:
This lecture is an introduction to eXtensible Markup Lanaguage.
Today we cover the syntax of XML, some example applications, and look at demonstration programs
using .Net classes that support the reading, writing, and manipulation of XML.
-
The Syllabus describes topics to be covered,
reading material for you to digest before coming to class, and due dates
for the assigned projects.
-
Project #2
-
Mono Project
-
dotGNU documentation
A well designed alternative to the Microsoft .Net documentation. You can also find this link on the
SWDev Page
-
XML Tutorials
W3schools - basic
University of Aarhus
XMLFiles
XML Tutorial
XML Schemas
-
Unicode Tutorials
Unicode terms and links
Unicode Standard
W3C Character Model
-
XSLT Tutorials
htmlLite - basics
zvon - complete tutorial
W3C - thorough and formal
XSL Tricks
TopXML
Michael Kay's overview
Google XSL Links
-
Mike Woodring's .Net Samples
-
Tagged Languages
-
XML Presentation
-
XML Demonstration Code
-
XML - additions, deletions, and modifications
-
XSLT Demonstration
-
XML Details Presentation
-
Uses for XML
-
Small databases - bug trackers, requirements models, project data
-
Representations for graphical data in Computer-Aided Design systems
-
Test data - acquiring structured data from a file, used to drive test procedures
-
Persistent data - save data generated by an analysis program for further analysis by other programs
-
Messaging - constructing structured messages for transmission over sockets or remoting channels
-
Loading Dynamic Link Libraries Demo
-
Creating AppDomains Demo
-
Plug-in Demo
-
Evaluating code projects - Cyclomatic Complexity, Size, Manual and Maintenance Pages, demonstration of requirements
-
Lecture #4 folder contains a page of links to
presentations and code discussed in this class. The Lecture folders will occasionally
hold physical files of interest as well. Usually, however, all the materials
of interest to the class are in the presentations
and code folders. The contents of these folders will grow
as you progress through the course.