<wddxPacket version='1.0'>
    <header/>
    <data>
      <recordset rowCount='53' fieldNames='ISSUE,REMEDY,SEVERITY,FEATURENAME,CATEGORY,ATTRIBUTES,ATTRVALUES' type='coldfusion.sql.QueryTable'>
        <field name='ISSUE'>
          <string>The case for a struct key is preserved by default. x.MyKey will 
            preserve the case when you list the key. In ColdFusion 5 the key would 
            be listed in Uppercase.</string>
          <string>The function is not supported in ColdFusion MX.</string>
          <string>ColdFusion MX correctly calculates negative differences.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            ColdFusion 5 only calculated 59 seconds per minute when preforming 
            a negative calulation. For example, DateDiff() returned 60 seconds 
            between 03:44:23 and 03:45:23, but -59 seconds between 03:45:23 and 
            03:44:23.</string>
          <string>DeleteClientVariable returns False when the variable does not 
            exist.</string>
          <string>GetBaseTagList returns prefixed custom tags found in the tag 
            stack in the format x:tag. </string>
          <string>In ColdFusion MX on Windows, GetTempDirectory returns the embedded 
            Java application
            <char code='0d'/>
            <char code='0a'/>
            server's temporary directory instead of the Windows operating system 
            temporary directory.</string>
          <string>Returns True with a QueryColumn argument. The array-like QueryColumn 
            object is derived by referencing a query using associative array notation, 
            For example:
            <char code='0d'/>
            <char code='0a'/>
            myQuery['firstName']</string>
          <string>ColdFusion MX returns No for arrays and other complex values. 
            ColdFusion 5 returned an error. (Both accept basic values, such as 
            a string, number, logical value, or date and time value.)</string>
          <string>ListSetAt no longer changes the first delimiter in the list 
            to the first delimiter specified in the function.</string>
          <string>ColdFusion 5 and MX will sometimes return different results 
            when sorting lists. The results are always correct, just not the same. 
            For example, if sorting TextNoCase in the reverse direction, and the 
            original list contained:
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            apple,APPLE,boo
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            CF5 would return:
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            boo,apple,APPLE
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            MX will return:
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            boo,APPLE,apple
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            Both are correct since in a textnocase sort apple is equal to APPLE, 
            however you can consider MX's result a bit more correct since it truly 
            resembles a reverse of the normal textnocase asc type sort.</string>
          <string>LSCurrencyFormat returns a negative number when passed a negative 
            number. 
            <char code='0d'/>
            <char code='0a'/>
            If you specify the local argument, LSCurrencyFormat returns the currency 
            in the locale's standard format, such as for pounds in the English(UK) 
            locale.
            <char code='0d'/>
            <char code='0a'/>
            If you specify the international argument, LSCurrencyFormat returns 
            the currency in international currency code, such as AUD for the Australian 
            dollar.</string>
          <string>In ColdFusion MX, LSIsDate uses Jave standard locale formatting 
            rules for date and datetime.</string>
          <string>LSParseDateTime uses a Java standard date formats in ColdFusion 
            MX. For English (US) locales, the following date format is obsolete: 
            23:15:16 4 Sept. 1998.</string>
          <string>The ParameterExists function is deprecated.</string>
          <string>The ParseDateTime function does not handle japanese formatted 
            dates in Neo. User must us the LSParseDateTime function when using 
            Japanese dates.</string>
          <string>The "return subexpressions" option works as stated. It returns 
            one pos/len pair for the entire match and subsequent pos/len pairs 
            for each parenthesized group within the match. In CF5, in some cases 
            it would not include a pos/len pair for each parenthesized group.</string>
          <string>In CF5 a regular expression with a leading quantifier (?+*), 
            such as reFind("*", "abc"), would always match. In CFMX quantifiers 
            must follow something in the expression.</string>
          <string>In CF5 a regular expression with a leading quantifier (?+*), 
            such as reFind("*", "abc"), would always match. In CFMX quantifiers 
            must follow something in the expression.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            Also, in replacement strings, the character pairs "\E", "\l", "\L", 
            "\u", and "\U" now represent case conversion codes.</string>
          <string>ColdFusion MX returns struct keys in the order they are created. 
            ColdFusion 5 returned struct keys in alphabetical order</string>
          <string>The dot notation is supported in ColdFusion MX as an operator. 
            It can not be used in variable names as in previous releases of ColdFusion. 
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            For example:
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfset a.b = "foo"&gt;
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            creates a structure 'a' with a key 'b'.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            The dot is not part of the variable name but an operator.
            <char code='0d'/>
            <char code='0a'/>
          </string>
          <string>Setting CLIENTSTORAGE = "Registry" is obsolete in UNIX versions 
            of ColdFusion MX. </string>
          <string>CFAUTHENTICATE is not supported in ColdFusion MX.</string>
          <string>In ColdFusion MX the ACTION attribute is now optional for CFCOLLECTION, 
            its default value is LIST.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            When ACTION = "List", a NAME="query_result_name" attribute is requied 
            to provide the name of the query results. 
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            When you use CFCOLLECTION with ACTION = "List" and NAME = "query_result_name", 
            you retrieve a table with the properties for every Verity collection 
            that is registered by ColdFusion or the K2Server.</string>
          <string>ColdFusion MX no longer returns '.' and '..' entries in the 
            result query of CFDIRECTORY on Win32 systems. It only returns subdirectories, 
            as it does on UNIX.
            <char code='0d'/>
            <char code='0a'/>
          </string>
          <string>CFERROR TYPE="MONITOR" is not supported in ColdFusion MX.</string>
          <string>The CFFORM ENABLECAB attribute is deprecated in ColdFusion MX.</string>
          <string>ColdFusion MX has changed the way CFGRAPH and CFGRAPHDATA render 
            graphs and charts. CFGRAPH and CFGRAPHDATA are deprecated in ColdFusion 
            MX. </string>
          <string>CFIMPERSONATE is not supported in ColdFusion MX.</string>
          <string>New in ColdFusion MX: the action attribute optimize option is 
            obsolete. It does not work, and might cause an error, in ColdFusion 
            MX. </string>
          <string>This tag is not supported in ColdFusion MX.</string>
          <string>In ColdFusion MX, the CFLDAP SORT attribute triggers a LDAP 
            server-side sort. If the LDAP server does not support server-side 
            sorting, CFLDAP throws an error.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            It is possible that the sort output from different LDAP servers could 
            vary.</string>
          <string>CFLDAP now only supports CFSSL_BASIC security, CFSSL_CLIENT_AUTH 
            security type is obsolete in ColdFusion MX. </string>
          <string>The CFLOG THREAD, DATE, and TIME attributes are deprecated in 
            ColdFusion MX. All these attributes default to Yes. If any of these 
            attribute values is set to No, ColdFusion throws a runtime exception. 
          </string>
          <string>ColdFusion MX returns struct keys in the order they are created. 
            ColdFusion 5 returned struct keys in alphabetical order</string>
          <string>The DBVARNAME attribute for CFPROCPARAM is ignored in ColdFusion 
            MX.</string>
          <string>CFPROCPARAM tag does not support the MAXROWS attribute. The 
            attribute was used by the Oracle Native Driver to return ref cursors 
            as an array of values for an output parameter.</string>
          <string>Reserved words (for example, count, min, and from) are not supported 
            in ColdFusion MX Query of Queries.</string>
          <string>ColdFusion MX no longer supports the CFQUERY CONNECTSTRING, 
            PROVIDER, and PROVIDERDSN attributes.</string>
          <string>The CFQUERY TIMEOUT attribute unit has been changed to second 
            in ColdFusion MX. Previous releases used millisecond as the TIMEOUT 
            unit.</string>
          <string>The DBTYPE attribute is deprecated for CFQUERY, CFGRIDUPDATE, 
            CFINSERT, CFUPDATE, CFSTOREDPROC in ColdFusion MX.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            Since ColdFusion MX uses JDBC rather than ODBC to connect to a database, 
            you can no longer set the DBTYPE attribute to Dynamic and pass connection 
            information in the CONNECTSTRING attribute.</string>
          <string>The DBNAME and DBSERVER attributes are not supported in ColdFusion 
            MX for CFQUERY, CFINSERT, CFUPDATE, CFSTOREDPROC, and CFGRIDUPDATE</string>
          <string>CFREGISTRY is deprecated in UNIX versions of ColdFusion MX. 
            In Windows, you should not use CFREGISTRY to read ColdFusion server 
            settings, because much of this information is no longer stored in 
            the registry, or it is in a different location in the registry. The 
            ColdFusion-related values that are stored in the registry are subject 
            to change.
            <char code='0d'/>
            <char code='0a'/>
          </string>
          <string>Since ColdFusion MX uses JDBC rather than ODBC to connect to 
            a database, you can no longer use CFREPORT to pass an ODBC data source 
            connection to the Crystal Report server, The DATASOURCE, USERNAME, 
            and PASSWORD attributes can only pass login information to the Crystal 
            Report server. The ODBC connections are not subject to any ColdFusion 
            MX data source restrictions</string>
          <string>CFSERVLET has been deprecated in ColdFusion MX.</string>
          <string>The CFSETTING CATCHEXCEPTIONBYPATTERN attribute is obsoleted 
            in ColdFusion MX. ColdFusion MX uses best-fit exception handling.
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            You can not use first-fit exception handling by setting the CATCHEXCEPTIONBYPATTERN 
            attribute to Yes.
            <char code='0d'/>
            <char code='0a'/>
          </string>
          <string>ColdFusion MX no longer supports resetting values in the CFCATCH 
            structure. 
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            In the following example:
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfcatch type="any"&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfif cfcatch.type is "type1"&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfset cfcatch.message= "type1"&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfelse&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfset cfcatch.message= "type2"&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;/cfif&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfoutput&gt;
            <char code='0d'/>
            <char code='0a'/>
            #cfcatch#
            <char code='0d'/>
            <char code='0a'/>
            &lt;/cfoutput&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;cfrethrow&gt;
            <char code='0d'/>
            <char code='0a'/>
            &lt;/cftry&gt;
            <char code='0d'/>
            <char code='0a'/>
            <char code='0d'/>
            <char code='0a'/>
            In ColdFusion 5, the changed cfcatch.message text would be displayed 
            inside the catch block. The rethrow would contain the original message. 
            In ColdFusion MX any cfset assignment to a cfcatch member is ignored.</string>
          <string>ColdFusion MX connects to Microsoft SQLServer using the DataDirect 
            Technologies type IV driver. This driver returns SQLState values that 
            maybe different from those returned by ColdFusion5 which connects 
            to Microsoft SQLServer using Microsoft's SQLServer ODBC driver. This 
            could affect other database drivers as well.</string>
          <string>ColdFusion MX connects to Microsoft SQLServer using the DataDirect 
            Technologies type IV driver. This driver returns SQLState values that 
            maybe different from those returned by ColdFusion5 which connects 
            to Microsoft SQLServer using Microsoft's SQLServer ODBC driver. This 
            could affect other database drivers as well.</string>
		  <string>In ColdFusion MX built in scope names are now reserved.  This means that
		    Variables should not be named the same as any built in scope names (application, cffile, 
			cfhttp, cgi, client, cookie, file, form, http, request, server, session, url).
			If a variable has the same name as a built in scope and is not properly scoped, it
			may cause errors.</string>
            <string>The maxLength attribute is no longer used for type=out.  Instead it now limits
            the length of an IN or INOUT parameter.  A maxLength of 0 allows any length</string>
            <string>Coldfusion8 has added a system function named IsUserInAnyRole </string>
            <string>Coldfusion8 has added a system function named GetUserRoles </string>
            <string>Coldfusion8 has added a system function named IsUserLoggedIn  </string>            
            <string>Coldfusion8 has added a generic attribute named "attributecollection" to most of the tags  </string>             
        </field>
        <field name='REMEDY'>
          <string>Use consistent case for struct key names.</string>
          <string>Remove the function call from ColdFusion pages.</string>
          <string>If your application contains code that adjusts the ColdFusion 
            5 results, you might need to change it.
            <char code='0d'/>
            <char code='0a'/>
          </string>
          <string>None</string>
          <string>none</string>
          <string>none</string>
          <string>None</string>
          <string>None</string>
          <string>None</string>
          <string>None</string>
          <string>See description</string>
          <string>None</string>
          <string>None</string>
          <string>You should replace ParameterExists function calls with IsDefined 
            function calls.</string>
          <string>Change all ParseDateTime call to LSParseDateTime.</string>
          <string>Update reFind() code that expects a certain number of pos/len 
            pairs in the "return subexpressions" array.</string>
          <string>Remove the unnecessary leading quantifier.</string>
          <string>Remove the unnecessary leading quantifier. To include those 
            pairs you must prefix them with an additional backslash, e.g. "\\E".</string>
          <string>If you need sorted struct values or keys then use the StructSort 
            and StructKeySort functions.</string>
          <string>Rename the variable to eliminate the dot notation.</string>
          <string>None</string>
          <string>See the ColdFusion MX security features documentation.</string>
          <string>see description</string>
          <string>No remedy is required.</string>
          <string>Remove the code.</string>
          <string>None required.</string>
          <string>For best results, use the new graphing tags instead: CFCHART, 
            CFCHARTDATA, and CFCHARTSERIES.</string>
          <string>Refer to ColdFusion MX security features documentation.</string>
          <string>Remove the use of optimize action.</string>
          <string>Removed the tag call from ColdFusion pages.</string>
          <string>Remove the SORT attribute from CFLDAP and do client side sorting 
            using the ColdFusion IMQ feature to sort the cfldap query results.</string>
          <string>None.</string>
          <string>To avoid error, do not use these attributes or set them to Yes.</string>
          <string>If you need sorted struct values or keys then use the StructSort 
            and StructKeySort functions.</string>
          <string>If your application is dependent on name/value CFPROCPARAM entries, 
            you must change them so the parameters are specified positionally.</string>
          <string>The oem JDBC Oracle driver returns the ref cursor as rows in 
            a result set. Change your code to use CFPROCRESULT to return this 
            information.</string>
          <string>Remove the reserved words from SQL statement.</string>
          <string>None</string>
          <string>Convert millisecond to second.</string>
          <string>Create a data source definition to connect to the database.</string>
          <string>Remove the attributes and use multiple data sources to change 
            the server and/or database that a tag is targeting for a database 
            connection.</string>
          <string>None</string>
          <string>None required</string>
          <string>Please remove CFSERVLET tag from code. </string>
          <string>Remove CATCHEXCEPTIONBYPATTERN attribute from CFSETTING.</string>
          <string>Construct a new message or variable to make extentions to changes 
            to CFCATCH values.</string>
          <string>If you are checking SQLState for database errors you may need 
            to change your template to account for the different state returned 
            by the JDBC Driver.</string>
          <string>If you are checking SQLState for database errors you may need 
            to change your template to account for the different state returned 
            by the JDBC Driver.</string>
		  <string>Change the name of the variable, or always scope it as in "variables.file".</string>
          <string>Ensure that any parameter being passed as an IN or INOUT parameter is not longer than the maxLength specified</string>
          <string>Change name of UDF IsUserInAnyRole </string>
          <string>Change name of UDF GetUserRoles </string>
          <string>Change name of UDF IsUserLoggedIn  </string>   
          <string>Change name of attribute attributecollection  </string>             
        </field>
        <field name='SEVERITY'>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Error</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Info</string>
          <string>Info</string>
          <string>Info</string>
	  <string>Info</string>
          <string>Info</string>
          <string>Error</string>
          <string>Error</string>
          <string>Error</string>          
          <string>Error</string>             
        </field>
        <field name='FEATURENAME'>
          <string>Struct</string>
          <string>CF_SetDataSourceUerName,CF_SetDataSourcePassword,CF_IsColdFusionDataSource,CF_GetDataSourceUserName,Cfusion_VerifyMail,Cfusion_GetOdbcIni,Cfusion_SetOdbcIni,Cfusion_GetOdbcDsn,Cfusion_Settings_Refresh,Cfusion_DBConnections_Flush,IsAuthorized,IsAuthenticated,IsProtected,AuthenticatedUser,AuthenticatedContext</string>
          <string>DateDiff</string>
          <string>DeleteClientVariable</string>
          <string>GetBaseTagList</string>
          <string>GetTempDirectory</string>
          <string>IsArray</string>
          <string>IsWDDX</string>
          <string>ListSetAt</string>
          <string>ListSort</string>
          <string>LSCurrencyFormat</string>
          <string>LSIsDate</string>
          <string>LSParseDateTime</string>
          <string>ParameterExists</string>
          <string>ParseDateTime</string>
          <string>REFind,REFindNoCase</string>
          <string>REFind,REFindNoCase,REReplaceNoCase</string>
          <string>REReplace</string>
          <string>StructKeyList</string>
          <string>variable_names</string>
          <string>cfapplication</string>
          <string>cfauthenticate</string>
          <string>cfcollection</string>
          <string>cfdirectory</string>
          <string>cferror</string>
          <string>cfform</string>
          <string>cfgraph,cfgraphdata</string>
          <string>cfimpersonate</string>
          <string>cfindex</string>
          <string>cfinternaldebug,cfnewinternaladminsecurity,cfnewinternalregistry,cfadmin_registry_set,cfadmin_registry_delete</string>
          <string>cfldap</string>
          <string>cfldap</string>
          <string>cflog</string>
          <string>cfloop</string>
          <string>cfprocparam</string>
          <string>cfprocparam</string>
          <string>cfquery</string>
          <string>cfquery</string>
          <string>cfquery</string>
          <string>cfquery,cfgridupdate,cfinsert,cfupdate,cfstoredproc</string>
          <string>cfquery,cfgridupdate,cfinsert,cfupdate,cfstoredproc</string>
          <string>cfregistry</string>
          <string>cfreport</string>
          <string>cfservlet</string>
          <string>cfsetting</string>
          <string>cfcatch.Message</string>
          <string>cfcatch.NativeErrorCode</string>
          <string>cfcatch.SQLState</string>
          <string>builtin_scopes</string>
          <string>cfprocparam</string>
          <string>isUserInAnyRole</string>
          <string>getUserRoles</string>
          <string>IsUserLoggedIn</string>      
          <string>attributecollection</string>           
        </field>
        <field name='CATEGORY'>
          <string>Datatypes</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>Operator</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Tag</string>
          <string>Variable</string>
          <string>Variable</string>
          <string>Variable</string>
          <string>Variable</string>
          <string>Tag</string>
          <string>Function</string>
          <string>Function</string>
          <string>Function</string>
          <string>TagAttribute</string>          
        </field>
        <field name='ATTRIBUTES'>
          <string>N/A</string>
          <null/>
          <null/>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <null/>
          <null/>
          <null/>
          <null/>
          <string>N/A</string>
          <string>N/A</string>
          <string>CLIENTSTORAGE</string>
          <string>N/A</string>
          <string>ACTION</string>
          <string>N/A</string>
          <string>TYPE</string>
          <string>ENABLECAB</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>optimize</string>
          <string>N/A</string>
          <string>SORT</string>
          <string>SECURE</string>
          <string>THREAD,DATE,TIME</string>
          <string>COLLECTION</string>
          <string>DBVARNAME</string>
          <string>MAXROWS</string>
          <string>DBTYPE</string>
          <string>CONNECTSTRING,PROVIDER,PROVIDERDSN</string>
          <string>TIMEOUT</string>
          <string>DBTYPE</string>
          <string>DBSERVER,DBNAME</string>
          <string>N/A</string>
          <string>DATASOURCE,USERNAME,PASSWORD</string>
          <string>N/A</string>
          <string>CATCHEXCEPTIONSBYPATTERN</string>
          <null/>
          <null/>
          <null/>
          <null/>
          <string>MAXLENGTH</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>   
          <string>attributecollection</string>            
        </field>
        <field name='ATTRVALUES'>
          <string>N/A</string>
          <null/>
          <null/>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <null/>
          <null/>
          <null/>
          <null/>
          <string>N/A</string>
          <string>N/A</string>
          <string>REGISTRY</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>MONITOR</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>NO,NO,NO</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>QUERY</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>DYNAMIC</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <null/>
          <null/>
          <null/>
          <null/>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>
          <string>N/A</string>        
          <string>N/A</string>           
        </field>
      </recordset>
    </data>
  </wddxPacket>
