[Left] [Up] [Right] Overview of Java and XML Technology [Left] [Up] [Right]

XML Document to Application Pathway

[XML DOM Tree ]

Step-by-Step Development

  1. Design XML tagset and allowable hierarchy for combination of tags.
  2. Design a data type definition (DTD) file (or XML schema file).
  3. Create parser to transform XML document into (internal) tree structure.
  4. Develop application code to travserse tree structure and generate application-specific output (in our case, this will be Java source code).

Section 4-3: November, 2001. [Left] [Up] [Right]