Outlook Alerts and XInclude
Posted: (EET/GMT+2)
I was browsing MSDN, and found two interesting articles.
The first one describes Outlook 2003 Alerts, which are basically notifications to the user when something interesting happens. The article can be found here.
The second interesting article is about W3C's XInclude recommendation. This new technique allows you to reference external XML documents so that their contents can be processed the same as it were included in-line.
The article is titled "Combining XML Documents with XInclude".