gecko-dev/extensions/transformiix/source/xslt
peterv%netscape.com ba2339754c Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
..
functions Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2002-08-22 12:22:47 +00:00
util Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz. 2002-08-30 12:43:53 +00:00
.cvsignore Updating .cvsignore files. 2001-07-06 02:36:37 +00:00
Makefile.in Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone. 2002-08-19 22:16:09 +00:00
Names.cpp Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed. 2002-08-27 04:13:18 +00:00
Names.h Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed. 2002-08-27 04:13:18 +00:00
ProcessorState.cpp Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz. 2002-08-30 12:43:53 +00:00
ProcessorState.h Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
XSLTProcessor.cpp Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
XSLTProcessor.h Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txHTMLAtomList.h Bug 123343. Make <base> and <meta http-equiv=".."> work in XSLT generated pages. Also adds keeping track of stylesheet index for inserted stylesheets. 2002-03-12 21:03:34 +00:00
txHTMLOutput.cpp Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst. 2002-07-02 14:15:01 +00:00
txHTMLOutput.h Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
txMozillaTextOutput.cpp Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txMozillaTextOutput.h Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txMozillaXMLOutput.cpp Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txMozillaXMLOutput.h Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txOutputFormat.cpp Warning fixes. r=Pike, rs=jst. 2002-08-08 12:30:02 +00:00
txOutputFormat.h Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
txPatternParser.cpp Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2002-08-22 12:22:47 +00:00
txPatternParser.h bug 113611, XPath and XSLT contexts. fixes bugs 96410, 102293, 92106, 110266, 116534 and a bunch of other cases not filed. This mostly fixes namespaces and some really bad speed issues by fixing the time when namespaces are resolved, how default priorities are computed and how templates are matched. 2002-06-04 05:00:31 +00:00
txRtfHandler.cpp Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2002-08-22 12:22:47 +00:00
txRtfHandler.h Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2002-08-22 12:22:47 +00:00
txTextHandler.cpp Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
txTextHandler.h Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txTextOutput.cpp Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. 2002-01-24 14:03:36 +00:00
txTextOutput.h Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
txUnknownHandler.cpp Fix Transformiix standalone bustage (does not affect Mozilla build). r=Pike. 2002-06-20 14:10:48 +00:00
txUnknownHandler.h Fix for bug 146966 (Standalone Transformiix outputs HTML with XML prolog). r=Pike, sr=jst. 2002-06-20 13:25:48 +00:00
txVariableMap.h Landing TX_BRIDGE_1_1_BRANCH. 2002-08-06 12:28:27 +00:00
txXMLEventHandler.h Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
txXMLOutput.cpp Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst. 2002-07-02 14:15:01 +00:00
txXMLOutput.h Fix for bug 146965 (Standalone Transformiix outputs invalid XML). r=sicking, sr=jst. 2002-05-28 08:27:28 +00:00
txXSLTAtomList.h Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone. 2002-08-19 22:16:09 +00:00
txXSLTNumber.cpp Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone. 2002-08-19 22:16:09 +00:00
txXSLTNumber.h Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone. 2002-08-19 22:16:09 +00:00
txXSLTNumberCounters.cpp Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone. 2002-08-19 22:16:09 +00:00
txXSLTPatterns.cpp Landing TX_BRIDGE_1_1_BRANCH. 2002-08-06 12:28:27 +00:00
txXSLTPatterns.h Landing TX_BRIDGE_1_1_BRANCH. 2002-08-06 12:28:27 +00:00