ThePlace

Home ] Search ] Resources ] Site Map ] Contact Me ]
Dave's Information Technology Resource

Up ]

What is XML ] [ Viewing XML ] XML Syntax ] Creating XML ] XML and CSS ] XML and DTD ] XML, XSL, and HTML ] The XML DOM ]

--- Viewing XML ---

Retrieving and Displaying XML

XML is retrieved and processed by a user agent that is capable of the following:

bulletLoading the XML file.
bulletParsing the XML data structure.
bulletOptionally -- formatting it for presentation, i.e., show the data.
bulletOptionally -- be able to write XML data back to the original file.

User agents can include the following:

bulletWeb browsers (see below)
bulletMobile phones and PDAs
bulletDatabase management systems (DBMS)
bulletApplication programs

 

Viewing XML in Netscape and Internet Explorer

Netscape XML support

Netscape provides limited support for XML, specifically XML formatted via cascading style sheets.

XML in Internet Explorer 5 and 6

bulletInternet Explorer 5 and 6 fully supports the international standards for both XML 1.0 and the XML Document Object Model (DOM).  These standards are set by the World Wide Web Consortium (W3C).
bulletInternet Explorer 5.0/6.0 has the following XML support:
bulletViewing of XML documents
bulletFull support for W3C DTD standards
bulletXML embedded in HTML as Data Islands
bulletBinding XML data to HTML elements
bulletFormatting XML with XSL
bulletFormatting XML with CSS
bulletSupport for CSS Behaviors
bulletAccess to the XML DOM

 

 

Home ] Up ] Computer Architecture ] Programming Bootcamp ] Database Bootcamp ] Visual BasicS ] Web Basics ] Web Multimedia ] Web Programming ] Advanced Web Topics ] Developing Web Sites ] Web Glossary ]

Copyright © 1999 - 2005 
ThePlace - Written and Sponsored by Dave Hillman