Граф коммитов

167 Коммитов

Автор SHA1 Сообщение Дата
kvisco%ziplink.net 1fdcd313a5 updated make files to add new files, updated functions.xsl to show an example of generate-id() 2000-04-19 10:43:41 +00:00
kvisco%ziplink.net 6f10680737 added support for extension functions 2000-04-19 10:41:13 +00:00
kvisco%ziplink.net f6d198df5e initial checkin: generate-id extension function 2000-04-19 10:40:06 +00:00
kvisco%ziplink.net 7f2cda7cbc updated to include xslt extension functions 2000-04-19 10:38:01 +00:00
kvisco%ziplink.net 3f82647a53 Added definitions for some of the XSLT extension functions 2000-04-19 10:32:35 +00:00
kvisco%ziplink.net b604dd5b36 Added the generateId method 2000-04-19 10:31:32 +00:00
Peter.VanderBeken%pandora.be f02401697b Include mozilladom.h if MOZILLA is defined. Hack until we get the dom directories cleaned up. Not part of build yet. a=leaf 2000-04-17 22:01:39 +00:00
Peter.VanderBeken%pandora.be d988193393 Remove use of nsXMLDocument so we only use interfaces. Not part of build yet. a=leaf 2000-04-17 22:00:30 +00:00
kvisco%ziplink.net bb8ed152b0 Changed constructor to use new naming, TX_FALSE, instead of FALSE 2000-04-14 04:24:28 +00:00
Peter.VanderBeken%pandora.be 8271678b5e Resolve name conflict. Not part of build yet. a=leaf 2000-04-14 02:05:21 +00:00
Peter.VanderBeken%pandora.be d46348d828 Correcting end of lines. Not part of build yet. a=leaf 2000-04-14 02:00:44 +00:00
Peter.VanderBeken%pandora.be 21e654b29b Correcting end of lines. Not part of build yet. a=leaf 2000-04-14 01:47:09 +00:00
Peter.VanderBeken%pandora.be cee064026b Use DOMString instead of String (getting these changes back in). Not part of build yet. a=leaf 2000-04-13 23:41:43 +00:00
nisheeth%netscape.com cad1d8ae72 Ongoing work to get Transformiix to build as a mozilla component on windows. Not part of mozilla build. 2000-04-13 18:30:03 +00:00
Peter.VanderBeken%pandora.be 6d0d787e14 Use DOMString instead of String (getting these changes back in). Not part of build yet. a=leaf 2000-04-13 14:14:45 +00:00
kvisco%ziplink.net e6bdff2357 removed for-loop declaration of ints to be compiler friendly 2000-04-13 10:37:49 +00:00
kvisco%ziplink.net 6d4a7814c1 updated with latest info 2000-04-13 10:23:23 +00:00
kvisco%ziplink.net 9bf3b3992f added Marina's fix to handle recurise attribute-set processing, and to handle attribute-set processing for xsl:copy 2000-04-13 09:39:28 +00:00
kvisco%ziplink.net c3495718d8 added patches from Marina M. to fix predicate parsing, and make sure we look for Axis Identifier wild cards 2000-04-13 09:13:22 +00:00
kvisco%ziplink.net 2bc9b516bd changed makefile to remove dependancy on base/String.o 2000-04-13 07:02:54 +00:00
kvisco%ziplink.net 9f2fae0fc8 finished making name change from String to TxString 2000-04-13 06:40:34 +00:00
nisheeth%netscape.com b3fea5b8a8 Ongoing work to get Transformiix to build on Windows. Not part of the mozilla build. 2000-04-12 22:47:04 +00:00
nisheeth%netscape.com 3f463dfbb5 Ongoing attempt to get Transformiix building on Windows. Not part of mozilla build. 2000-04-12 22:34:04 +00:00
kvisco%ziplink.net d944585f4e updated with latest info 2000-04-12 11:44:13 +00:00
kvisco%ziplink.net 6a196acd08 updated example to show descending order 2000-04-12 11:26:26 +00:00
kvisco%ziplink.net a7dee3de3d added support for sorting under xsl:for-each 2000-04-12 11:25:21 +00:00
kvisco%ziplink.net db996078b6 changed header 2000-04-12 11:08:06 +00:00
kvisco%ziplink.net 3a49c20851 added support for simple xslt sorting 2000-04-12 11:00:56 +00:00
kvisco%ziplink.net 55bebd7db4 *** empty log message *** 2000-04-12 10:59:29 +00:00
kvisco%ziplink.net 90cbef09a2 initial checkin of simple sorting example 2000-04-12 10:57:19 +00:00
kvisco%ziplink.net 933058fa2d initial checkin of NodeSorter.h/cpp which as the name suggests handles Node sorting 2000-04-12 10:55:55 +00:00
kvisco%ziplink.net f8b969caa5 made TxObect::hashCode virtual, added TxObject::equals 2000-04-12 10:53:27 +00:00
kvisco%ziplink.net 9f14a6d6a4 added new classes to Makefile 2000-04-12 10:52:27 +00:00
kvisco%ziplink.net 89f75b493f initial checkin. StringComparator is a virtual class used for doing String
comparisons. DefaultStringComparator is the default implementation of
StringComparator. Map.h/cpp is a simple HashMap implementation for TxObjects.
2000-04-12 10:50:03 +00:00
Peter.VanderBeken%pandora.be 5c0df56678 Added processTopLevel function that takes an Element as input. Not part of build yet. a=leaf 2000-04-12 10:16:45 +00:00
kvisco%ziplink.net 6f95d58155 Added name changes from Marina 2000-04-12 05:52:09 +00:00
Peter.VanderBeken%pandora.be 9ad9804e66 Prevent multiple inclusion. Fix class declaration. Not part of build yet. a=leaf 2000-04-07 23:00:35 +00:00
Peter.VanderBeken%pandora.be e81d97f4d6 Use DOMString instead of String. Not part of build yet. a=leaf 2000-04-07 22:59:18 +00:00
Peter.VanderBeken%pandora.be 727ee70d09 Obsolete. Not part of build yet. a=leaf 2000-04-07 10:36:35 +00:00
Peter.VanderBeken%pandora.be b82b911cbe Removing obsolete Create method. Renaming CID and PROGID defines. Move PROGID into header file. Add my copyright. Not part of build yet. a=leaf 2000-04-07 10:35:05 +00:00
kvisco%ziplink.net 5cd67768e2 checking in for Olivier Gerardin 2000-04-07 09:00:45 +00:00
kvisco%ziplink.net 2b3c3d5090 checking in for Olivier 2000-04-07 09:00:06 +00:00
kvisco%ziplink.net 3fafc69322 Added scoping back in 2000-04-07 08:58:55 +00:00
kvisco%ziplink.net 9a3bf9ba9c removed copyright for myself 2000-04-07 08:09:25 +00:00
Peter.VanderBeken%pandora.be 6c7e2e4df4 New module file for transformiix. Not part of build yet. a=leaf 2000-04-06 22:39:54 +00:00
Peter.VanderBeken%pandora.be 2beca9026f Fixing class declaration. Not part of build yet. a=leaf 2000-04-06 22:37:48 +00:00
Peter.VanderBeken%pandora.be 0a92aeedfd Fixing class declarations. Not part of build yet. a=leaf 2000-04-06 22:36:39 +00:00
kvisco%ziplink.net 2434be9490 updated Olivier's information 2000-04-06 08:19:39 +00:00
kvisco%ziplink.net 90931c55a4 Moved files to source/xslt and source/xpath 2000-04-06 07:57:14 +00:00
kvisco%ziplink.net 5d6d3aa96e Changed directory structure, changed name of XSLProcessor to XSLTProcessor 2000-04-06 07:47:44 +00:00
kvisco%ziplink.net 85ce86aeb0 latest changes 2000-03-31 10:21:34 +00:00
kvisco%ziplink.net ec4be74b9a added a test to check for proper result type conversion 2000-03-31 10:16:38 +00:00
kvisco%ziplink.net 5ad520bac1 updated to support changes to String.h/cpp 2000-03-31 07:11:29 +00:00
kvisco%ziplink.net 303bee7d02 Fixed a memory leak when using the Translate function,
also made change to use the String::toUnicode method instead
of String::toCharArray
2000-03-31 07:10:12 +00:00
kvisco%ziplink.net 9492c6f504 changed the AttributeValueTemplate parsing to be unicode safe 2000-03-31 07:08:44 +00:00
kvisco%ziplink.net 159a398e15 updated to support changes in String.cpp 2000-03-31 07:07:24 +00:00
tomk%mitre.org 1aa66b645c Changed toChar to toCharArray in String and MozillaString. Also provided is a
version of the function which creates its own char* buffer.  These classes are
part of TransforMIIX and are not part of the automatic build process for the
rest of Mozilla.
2000-03-30 20:47:34 +00:00
kvisco%ziplink.net 96db65b3d8 added Olivier's fix, as well as removed some debug code 2000-03-29 08:56:07 +00:00
kvisco%ziplink.net b992b9d35a enumerated changes 2000-03-27 22:39:04 +00:00
kvisco%ziplink.net 63c392bddb Fixed "dot" bug with CNAME reported by Nathan Pride 2000-03-27 22:32:20 +00:00
kvisco%ziplink.net 47beb32357 added latest changes 2000-03-27 09:21:10 +00:00
kvisco%ziplink.net ceb470fbad added Marina Mechtcheriakova 2000-03-27 07:34:16 +00:00
kvisco%ziplink.net d02fef31f1 fixed unicode issues (Marina Mechtcheriakova) 2000-03-27 07:30:18 +00:00
kvisco%ziplink.net bd8b390132 added Peter Van der Beken's changes for integration with Mozilla 2000-03-27 07:12:10 +00:00
kvisco%ziplink.net 5536971420 updated with latest information 2000-03-23 10:55:37 +00:00
kvisco%ziplink.net a3082fa5fe updated with latest contributions 2000-03-23 10:42:07 +00:00
kvisco%ziplink.net 3385c78c6e updated date 2000-03-23 10:17:54 +00:00
kvisco%ziplink.net f3224a8e03 fixed some Unicode bugs reported by Lidong 2000-03-23 10:17:14 +00:00
kvisco%ziplink.net 5117f6ef38 updated to handle proper conversion to NumberResult (Olivier Gerardin) 2000-03-19 08:01:58 +00:00
kvisco%ziplink.net 94c6e1d959 Added support for XPath number functions (Olivier Gerardin) 2000-03-19 08:00:20 +00:00
kvisco%ziplink.net 992c312d98 updated to test number functions (Olivier Gerardin) 2000-03-19 07:58:20 +00:00
kvisco%ziplink.net 0ebcefefba fixed missing prototype 2000-03-17 08:06:57 +00:00
kvisco%ziplink.net 07d1b0d639 latest contributors 2000-03-17 07:43:43 +00:00
tomk%mitre.org 8e10327628 Same fix as before, better comment in header. 2000-03-10 12:06:45 +00:00
tomk%mitre.org 52a3003216 Fixed a bug in String::indexOf(const String& data, Int32 offset) where there
was not value being returned.  This class is not part of the regular Mozilla
Build.
2000-03-10 12:02:31 +00:00
tomk%mitre.org b4f77e0d76 Misc. fixes for issues found during wrapper testing. The classes affected by
this change are not part of the regular Mozilla build.
2000-03-03 21:03:55 +00:00
tomk%mitre.org 604b717a6e Misc. fixes from wrapper testing. The classes affected by this submission is
not part of the regular mozilla build process.
2000-03-03 21:02:41 +00:00
kvisco%ziplink.net b0b39dc16e updated to support TxObject and ArrayList 2000-03-02 09:22:29 +00:00
kvisco%ziplink.net 7f64585de5 initial checkin, a list implementation using an array which will grow
automatically as elements are added.
2000-03-02 09:19:38 +00:00
kvisco%ziplink.net 1ff5862115 initial checkin, a base object used by some of my other classes 2000-03-02 09:16:44 +00:00
kvisco%ziplink.net 9b4801a897 updated with latest changes 2000-02-22 11:25:41 +00:00
kvisco%ziplink.net 202ff91e8d This file is a duplicate of docs/release.txt 2000-02-22 11:20:32 +00:00
kvisco%ziplink.net d6d60049c1 This file is a duplicate of docs/changes.txt 2000-02-22 11:19:43 +00:00
kvisco%ziplink.net d041271e27 Added support for getting the parent node of an Attribute, also added support
for sorting a NodeSet by document order.
2000-02-22 11:16:42 +00:00
kvisco%ziplink.net 3c8f724d82 Initial check in of DOMHelper.cpp, used to overcome some DOM related
deficiencies.
2000-02-22 11:12:57 +00:00
kvisco%ziplink.net 80576037db Simple cleanup on source 2000-02-22 11:10:01 +00:00
kvisco%ziplink.net 33575c60b6 updated with latest contributors 2000-02-19 06:50:01 +00:00
kvisco%ziplink.net 440253934b fixed bug where xsl:param was getting processed, and then also treated as a
literal element.
2000-02-19 06:43:12 +00:00
kvisco%ziplink.net f02d3ff9f1 some additional documentation 2000-02-18 01:44:41 +00:00
kvisco%ziplink.net 278bcf95d6 some additional documentation 2000-02-18 00:58:55 +00:00
kvisco%ziplink.net a74d625a63 fixed some incorrect information 2000-02-18 00:20:58 +00:00
kvisco%ziplink.net 86b6ce5c32 updated with latest information 2000-02-18 00:19:26 +00:00
kvisco%ziplink.net 42390b4c21 I finally included the FreeBSD changes from Eric Du with respect to floating point handling, sorry for the delay 2000-02-18 00:11:24 +00:00
kvisco%ziplink.net a4e7969891 updated to correctly reflect the status 2000-02-17 23:51:14 +00:00
kvisco%ziplink.net 9f3076cefb updated with latest contributors 2000-02-17 21:20:05 +00:00
kvisco%ziplink.net 9c796fd3be Updated to handle changes in StringList.cpp 2000-02-17 20:57:16 +00:00
kvisco%ziplink.net 202252fb1d #iterator now returns a pointer to StringListIterator instead
of a reference.
2000-02-17 20:56:20 +00:00
kvisco%ziplink.net b792e5c161 Did some minor clean-up of code 2000-02-17 07:58:10 +00:00
kvisco%ziplink.net b3db0d2e86 Fixed bug with #isEmpty (which return the opposite of the expected value) 2000-02-17 07:54:57 +00:00
kvisco%ziplink.net c407faec03 fixed bug with using wildcards 2000-02-17 03:30:32 +00:00