Using XML with Exchange Server

[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.



Programming Microsoft Outlook and Microsoft Exchange
Programming Microsoft Outlook and Microsoft Exchange, Second Edition (DV-MPS Programming)
ISBN: 0735610193
EAN: 2147483647
Year: 2000
Pages: 184

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net