---------------------------------------------------- mathmlc2p.xsl patches contributed by Brent Hendricks ---------------------------------------------------- 01-child-axis.patch - Removed explicit child:: in most cases since that is the default axis 02-name.patch - Use self:: tests instead of name() since name() does not match only local names in most XSLT processors 03-position.patch - Use abbreviated notation [x] for [position()=x] 04-e-notation.patch - Support for type="e-notation" (4.4.1) 05-token-markup.patch - Improved support for markup inside ci/cn (4.4.1) (vector special case) 06-piecewise.patch - Use {{ escape instead of xsl:element in piecewise and widen mspace (4.4.2) 07-divide.patch - Extra in divide to ensure has only two children (4.4.3) 08-minmax.patch - Missing self-exclusions in min and max apply-templates (4.4.3) 09-missing.patch - Added missing templates for qualifiers: lowlimit, uplimit, bvar, degree (4.4.5) and logbase (4.4.8) 10-mean.patch - Extra in mean to ensure has only two children (4.4.9) 11-domainofapplication - More support for domainofapplication (4.4.2) in min, max, sum, and product 12-set.patch - Use {{ escape instead of xsl:element in set (4.4.6) 13-matrix.patch - Extra spacing in matrix 14-openfaceunicode.patch - Fixed unicode chars for integers, reals, rationals, naturals, complex, prime