|
1
|
- Keith Alcock
- Tucson Computer Society
- DevSIG
- September 3, 2002
|
|
2
|
|
|
3
|
- Book
Professional XML by Birbeck et al.,
Wrox Press
- Practice
C++/Smalltalk application with SAX
- Tutorial
XMLSpy Suite
XSLT Designer
- Documentation
Scalable Vector Graphics Specification
|
|
4
|
- XML
Extensible Markup Language
- XML Document
File with XML tags
- Schema
Abstract description of the structure
of an XML document
- Transformation (XSLT)
Extensible Stylesheet Language
Transformation
|
|
5
|
- XPath
Way to select or filter XML data
- SVG
Scalable Vector Graphics
|
|
6
|
- Produce XML document
- Write schema to validate it
- Create transformations to view it in different ways
|
|
7
|
|
|
8
|
- Language Technologies, Inc.
- Plug-in generates XML from PDF files
(or Word, Quark, etc.)
- Formatter adjusts word placement
- Plug-in moves words
|
|
9
|
|
|
10
|
- Describe elements
- Describe attributes
- Refactor
- Enter facets
|
|
11
|
|
|
12
|
|
|
13
|
|
|
14
|
- The book and software are too complex for non-developers
- It is better to learn the general language
than a particular development environment
- The standardized data format indeed has many advantages
|