UserPreferences

MozillaRangePatchJs


/*
  1. This version finishes up the Range patch to cover the XML side of the range

  2. B. Added the read-only property of Node.xml to all nodes.

    C. Added the Range.xmlText property.

    D. Combined all markup generating routines into one function call with the

    The following Mozilla properties/methods are fixed using this patch:





*/

/*

*/

var debug = false;

function ApplyRangePatch(initDoc){

/*

*/

/*

*/

}; //note: because of proper standards, the patch must be run on each //applicable document. In the current versions of Mozilla it only needs //run on one document and it will patch them all.

ApplyRangePatch(document);