Programming Microsoft Outlook and Microsoft Exchange, Second Edition (DV-MPS Programming)

[Previous] [Next]

I won't cover the XML Document Object Model (XMLDOM) here, but it's important for you to know about it. The XMLDOM provides a programmatic way for you to get, change, and create XML nodes in an XML document. Using the XMLDOM, you can display the data returned to you from WebDAV and avoid using XSL. However, the XMLDOM will most likely be slower than XSL because you will have to traverse through all the elements in the XML document and print them out using script. XSL is implemented by Internet Explorer natively, so you pass your XSL template to Internet Explorer and it transforms the XML document using your XSL template.

Категории