/*
Summary:  Hold global variables.
          BjaxXlstEngine is a library of Bjax functions.
          For use when needing initiating cross browser XSLT transformations.
Remarks:  Bjax is Ajax plus XSLT, including XPATH, functions
          initiated from browser script.
Version:  0.1
Author:   John Bentley (www.softmake.com.au)
Depends on:

          xmlDisplay.xslt
          xmlDisplay.css
          bjaxXpath.js
            setProperty()
            
WebScriptLibrary
          url.js
            IsBeingServed()

Usage Requirments:
In your HTML file ...
  <link type="text/css" rel="stylesheet" href="xmlDisplay.css" />

  <script type="text/javascript" src="../../../EcmaScript/Libraries/StandardLibrary/WebScriptLibrary/url.js"></script>
  <script type="text/javascript" src="bjaxer.js"></script>

Usage Example:


Sources:
  http://developer.mozilla.org/en/docs/AJAX:Getting_Started
*/

// todo: obtain prog id from a function based on user's machine capabilities
//var MSProgIdVersion = ".4.0";
var MSProgId = "MSXML2.DOMDocument.4.0";


