This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
extensions
/
transformiix
/
source
/
xslt
/
functions
History
peterv%netscape.com
fc30c42b73
Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@114818 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-18 22:52:54 +00:00
..
CurrentFunctionCall.cpp
Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
2002-02-05 14:22:34 +00:00
DocumentFunctionCall.cpp
Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
2002-02-05 14:22:34 +00:00
ElementAvailableFnCall.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
FunctionAvailableFnCall.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
GenerateIdFunctionCall.cpp
Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
2002-02-05 14:22:34 +00:00
Makefile.in
…
makefile.win
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
SystemPropertyFunctionCall.cpp
Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst.
2002-02-18 22:52:54 +00:00
txFormatNumberFunctionCall.cpp
Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
2002-01-28 14:46:39 +00:00
txKeyFunctionCall.cpp
Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
2002-02-05 14:22:34 +00:00
XSLTFunctions.h
…