What Conversion will Mean
- Root element determined by DTD/schema
- Names must match DTD/schema (which can be used to create lookup
table)
- Document must still be well-formed
- Conversion must go from HTML “dumb” structure to specific
intelligent structure
- Must determine each element mapping in advance, for example
- <H1> maps
to <chapter><title>
- <H1>Introduction</H1> maps
to <intro>