Technology Overview
XML (continue)
- DOM - Document Object Model - abstracts and layers objects over the XML document structure
- SAX - Simple API for XML
- primary use of XML on the server side
Questions
- will XML documents continue to use DTD to define their contents ? Or will XML Schema replace DTD ?
- Will XML documents be viewed using CSS or emerging XSL standard ?