In our XML guide, we focus on Internet Explorer 5.0 and later versions.
XML on the Web Site
Many applications support xml. We mainly study Internet Explorer 5.x+
Some people may complain about this, but we just want to simplify things. In the network environment, we now know the only method to actually test the XML example.
XML Netscape 6
Netscape 6 supports XML.
To view the XML source file in Netscape 6, right-click the page and select "View Source File ".
XML Internet Explorer 5.0
IE 5.0 supports the XML 1.0 standard.
Internet Explorer 5.0 supports international standards of xml1.0 and xml dom (Document Object Model. These standards are all published by W3C (World Wide Web Consortium ).
Internet Explorer 5.0 supports the following XML features:
- View XML documents
- Full support for W3C DTD standards
- Embed XML in the form of data island on the HTML page
- Bind XML data to HTML elements
- Use the XSL program to convert and display XML documents
- Display XML documents with CSS
- Supports XML DOM
Internet Explorer 5.0 also supports XML behavior (XML behaviors ):
- Action is a unique Microsoft technology
- Behavior can be separated from the HTML page.
- For details about the behavior, see data stored on the client's hard disk.
In the next chapter, we will give some examples.