Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

144 check-ins using file docs/Defining_Types.html version e48c557e7e

2023-11-30 10:14
Update all package require commands to also allow TCL 9 Leaf check-in: 940f1b929d user: oehhar tags: trunk
2021-10-18 16:48
Correct two comment issues check-in: 9e9012477f user: oehhar tags: trunk
2021-10-18 13:12
Bug [a4678bbd83]: split server side -host option in 4 options (-host, -hostlocation, hostlocationserver, -hostcompatibility32) to allow to separate XML namespace and WSDL host location. This avoids to update the WSDL when IP changes (like no network connection). check-in: 44415c787c user: oehhar tags: trunk, Release_3.4.0
2021-10-18 08:03
Ticket [9254392138]: added wibble examples check-in: a776ee8dba user: oehhar tags: trunk
2021-03-24 16:40
Embedded.tcl 2.7.2 Fix bug: pfx subject had added ")". Ticket [bbfbe4faa6] Leaf check-in: ad845b9acd user: oehhar tags: release-2-branch
2021-03-23 14:22
Embedded.tcl 3.3.1 Fix bug: pfx subject had added ")". Ticket [bbfbe4faa6] check-in: aa19d1e7ed user: oehhar tags: trunk
2021-03-19 18:13
embedded: undefined variable in wrong method error check-in: 2dd8f63964 user: oehhar tags: trunk, Release_3.3.0
2021-03-19 17:26
Embedded: Cure the error case, that the request line is wrong check-in: 281665b83c user: oehhar tags: trunk
2021-03-19 10:15
embeded 3.3.0: Rewrite to use non-blocking communication (Ticket [feddc70ff3]): - Add timeout parameter to close non-communicating sockets (example: tls sender to non tls receiver) - Add Close and CloseAll procedures to close receiver socket and all running communications. - Fix [908bf0e172]: ::WS:Embeded::Listen clears regsitered handlers. check-in: 175c3559a6 user: oehhar tags: trunk
2021-03-17 18:12
Restructure embedded server communication interface: - any data communication between embedded server and server side routines goes by command parameters and return values. - any data communication within embedded server now by parameters. The global dict per socket id is not used any more. - the value of parameter "-checkheader" may now be the empty string. The new default value is the empty string and not the empty function "::WS::Server::ok". - The result return in ::WS::Server::callOperation is not protected any more by a catch. - Removed procs: - ::WS::Embeded::AddHandlerAllPorts : never called - ::WS::Embeded::ReturnData : replaced by command return value - ::WS::Server::ok : default value of parameter "-checkheader" is now the empty string and was this default function check-in: 4ed7d3d25e user: oehhar tags: trunk, Release_3.2.0
2020-11-06 12:57
pass port from embedded server with prefix "-port", Rename service->serviceName, restore validHttpStatusCodes and move to only usage check-in: 7d57e638cc user: oehhar tags: trunk, Release_3.1.0
2020-11-06 08:59
Merged alternate trunk by J Cone 2018-10-08 to 2019-11-06 from chpseal: http://chiselapp.com/user/gwlester/repository/tclws/info/e687bd3994c17b2f The original comments are: - Add version support for tclws services, data members, wsdl and documentation. Add an example field to tclws data members - Use optional args instead of cmdline arg processing - Use -version arg for generateInfo check-in: 05648f54dc user: oehhar tags: trunk
2020-11-05 09:26
Integrate changes from TCLWS 2.7.1 from AndroWish including: All files: formatting changes WS::Client 3.0.1 : error text corrections WS::Server 3.0.1: Newlines in html answers corrected (line continuation was missing) WS::Utils 3.1.0: - Version check code from J.Cone - WSDL include also includes XML namespace ::w:import - Wrong variable in error message ($Type->$type) check-in: 22cd801111 user: oehhar tags: trunk
2020-10-30 12:12
Correct tcl version and many links. check-in: 99769ebf7e user: oehhar tags: trunk, Release_3.0.0
2020-10-30 10:47
Ticket [70a5c5c435] Server Side: new parameter -hostProtocol allows to give the protocol of the WSDL location string. check-in: e350590ca4 user: oehhar tags: trunk
2020-10-30 10:10
Add a migration when a preparsed WSDL is loaded of an older version, where a new option is not present jet. check-in: 200fa70aad user: oehhar tags: trunk
2020-10-30 09:36
Add TWAPI TLS to client side. Remove options from tcltls call. They are not needed any more. check-in: b56bcc94bd user: oehhar tags: trunk
2020-10-27 12:57
Embedded server: Ticket [53f35f55f7]: fix memory leak. Replace socket state array by a dict. check-in: 813cd3cd78 user: oehhar tags: trunk
2020-10-27 12:51
Ticket [53f35f55f7]: fix memory leak in embedded server. check-in: 2aff37215d user: oehhar tags: release-2-branch, Release_2.7.1
2020-10-26 18:07
Server Side/Embedded: Replace some arrays by dicts, use TCL 8.6 features like {*} and "in". check-in: 66b61fb69d user: oehhar tags: trunk
2020-10-26 16:52
Ticket [f614f366c9]: Changes: - add -timeout parameter to any geturl call - add option queryTimeout to client and utility package - trap timeout http status - start to use TCL 8.6 only feature {*} and require TCL 8.6 check-in: fdd9042a38 user: oehhar tags: trunk
2020-10-26 08:57
For embedded server, use https for location when TLS is used. Ticket [70a5c5c435] partly resolved. check-in: 99fea512e2 user: oehhar tags: trunk, Release_2.7.0
2020-10-24 16:42
Embedded server: Ticket [36a1bc3c8d]: introduced error corrected: method get has no request Content-Type header field. In addition, TWAPI TLS support was added to the embedded server. check-in: dae721d01c user: oehhar tags: trunk
2020-10-22 14:33
Ticket [36a1bc3c8d]: embedded server: use received charset value to recode request string. check-in: 3a2e7bad35 user: oehhar tags: trunk
2020-05-06 14:53
Remove redundant line and document server options -htmlhead and -author check-in: 7e685e6108 user: oehhar tags: trunk
2019-12-03 19:39
Release 2.6.3 preparation. Update version of only changed package "ClientSide" to release version 2.6.3. check-in: 690ad6e282 user: oehhar tags: trunk, Relelase_2.6.3
2019-11-26 18:36
Fix variable error in error message for a response without the announced xml node check-in: cff5cb8be8 user: oehhar tags: trunk
2019-11-20 18:44
Rework client async callback to log an error on call failures. Allow empty argument to disable functionality. check-in: 69e06af316 user: oehhar tags: trunk
2018-12-06 13:06
Revert an optimisation which limits the argument list. The method may set multiple arguments. check-in: 58072a102f user: oehhar tags: trunk, Release_2.6.2
2018-12-06 12:17
(WSDL)Support type with namespace definition in tag. Ticket [6fbee3208e] check-in: a1cf727fd3 user: oehhar tags: trunk
2018-11-05 13:41
Fail in case of a node local namespace, which is not found globally. Before, an identical global prefix (with other namespace) may be picked. Closed-Leaf check-in: 12bb39fa7a user: oehhar tags: ticket-6fbee320-local-ns-prefix
2018-11-05 08:48
Patch to support ns prefix defined in the element. Ticket [6fbee3208e] check-in: 62c4dae5f1 user: oehhar tags: ticket-6fbee320-local-ns-prefix
2018-09-03 17:55
Replaced stderr error print by error log (::WS::Utils::ProcessImportXml). Plus some documentation and ticket numbers. check-in: 07f65e990e user: oehhar tags: trunk
2018-09-03 17:26
Changed WS:Utils package version to 2.6.1 check-in: 2a9f30c6aa user: oehhar tags: trunk
2018-07-24 04:47
Preliminary hacks working towards custom SOAP headers. Ticket [7c2ae385da] Leaf check-in: ecbb5e058a user: andy tags: soap-header
2018-07-24 02:47
Remove extra colon in namespace delimiter check-in: 01f9053e79 user: andy tags: trunk
2018-07-24 02:42
Clean up end-of-line whitespace check-in: 178aaf8434 user: andy tags: trunk
2018-07-20 16:50
Add change history message (assuming next version is 2.6.1) and clean up whitespace check-in: 667c024d14 user: andy tags: trunk
2018-07-20 16:02
Avoid debug [puts] check-in: 8d89b3237b user: andy tags: trunk
2018-07-20 15:55
Spelling correction, though keep old name for compatibility check-in: 77d58d723c user: andy tags: trunk
2018-07-20 15:54
Correct which document is being imported. Ticket [61fd346dc3] check-in: 867828f03a user: andy tags: trunk
2018-07-20 15:46
Add missing variable import. Ticket [7bb1cd7b43] check-in: 1fb2ffad2d user: andy tags: trunk
2018-07-20 15:25
Removed execute flags (again) check-in: 50b6c37ac6 user: andy tags: trunk
2018-07-20 15:21
Debug log spelling check-in: dd05a23974 user: andy tags: trunk
2018-07-20 15:17
Minor spelling fix check-in: f041a75d3a user: andy tags: trunk
2018-06-13 07:57
Change version numbers of changed files to 2.6.0 check-in: fc8e965f20 user: oehhar tags: trunk, Release_2.6.0
2018-06-13 07:47
Also use logsubst for the server side check-in: 80103f4d61 user: oehhar tags: trunk
2018-05-28 11:16
Add support to translate distant namespace prefixes in attribute values or text values to local correspondances, required for abstract types. Ticket [584bfb77]: client.tcl 2.5.1, utilities.tcl 2.4.2 check-in: e406ab9e21 user: oehhar tags: trunk
2018-05-14 14:52
Add support to translate distant namespace prefixes in attribute values or text values to local correspondances, required for abstract types. Ticket [584bfb77]: client.tcl 2.5.1, utilities.tcl 2.4.2 Closed-Leaf check-in: 300b2b5c3a user: oehhar tags: bug584bfb7727-abstract-type
2018-02-20 21:31
First step to parse complex abstract type in wsdl. Bug [584bfb7727] check-in: 6975d0e818 user: oehhar tags: bug584bfb7727-abstract-type
2018-02-20 14:20
Reduce non logging log impact by only building log message when logging. Requires tcllib log package 1.4 or included emulation. Ticket [93ebedfa] check-in: 150950db68 user: oehhar tags: trunk
2018-01-08 17:37
Set package version to release version 2.5.0 check-in: 53f12a2aa1 user: oehhar tags: trunk, Release_2.5.0
2018-01-08 17:28
Removed errorneous ifneed http 2.8.12. This is now contained in tcl 8.6.8 check-in: de79f4aab6 user: oehhar tags: trunk
2017-12-07 17:37
ClientSide rev 2.4.6: Define new parameter "serviceNumber" to address a service definition (of n) in a WSDL file. Ticket [955e3754e5] check-in: b5e0c651f1 user: oehhar tags: trunk
2017-12-05 19:50
Comment why dict is build by a list check-in: 57c46d4424 user: oehhar tags: trunk
2017-12-04 20:51
New global option "inlineElementNS" to switch inline WSDL namespace prefixes. Document "WS::Client::SetOption". Extend both option procedures by a return of current dict. Tickets: [7140a6c07a], [dcce437d7a]. ::WS::Client package now version 2.4.5 check-in: 4bc013299a user: oehhar tags: trunk
2017-12-04 20:47
New global option "inlineElementNS" to switch inline WSDL namespace prefixes. Document "WS::Client::SetOption". Extend both option procedures by a return of current dict. Tickets: [7140a6c07a], [dcce437d7a] Closed-Leaf check-in: 9e96c059eb user: oehhar tags: hao-option-inlineElementNS
2017-11-28 15:43
Add option "inlineElementNS" - struggleing at the fact that there are no options available in the WSDL parsing phase. Tickets: [7140a6c07a], [dcce437d7a] check-in: 9592c7f1a4 user: oehhar tags: hao-option-inlineElementNS
2017-11-28 15:37
Two log optimizations "a $b" -> [list "a" $b] check-in: f52de14493 user: oehhar tags: trunk
2017-11-14 10:14
Reworked the webservice call option list documentation (so I understand it better) check-in: 63108ec92f user: oehhar tags: trunk
2017-11-06 08:20
Added check (for nested namespace prefix case), that a namespace prefix is not reused for another URI. See Ticket [dcce437d7a] check-in: fb182ca3fc user: oehhar tags: trunk
2017-11-03 16:00
Search namespace prefix also in element nodes and not only in definition node of wsdl file. Patch by by Wolfgang Winkler. Ticket [dcce437d7a] check-in: 1915e65746 user: oehhar tags: trunk
2017-11-03 15:51
Documentation and formatting, Client.tcl now version 2.4.4 Closed-Leaf check-in: e11e603f89 user: oehhar tags: rfe-dcce437d7aa5e64a
2017-11-03 15:27
Wrong } nesting in comment check-in: 3632fc3da6 user: oehhar tags: trunk
2017-11-03 15:18
merged trunk check-in: b774fc3821 user: oehhar tags: rfe-dcce437d7aa5e64a
2017-11-03 15:11
Add some documentation (for me) on WSDL parsing namespaces in client mode check-in: f8d98804f8 user: oehhar tags: trunk
2017-11-03 11:19
WSCall: also extend the output node name search to multiple message root nodes in the response Ticket [21f41e22bc] check-in: 170d9d7c59 user: oehhar tags: trunk
2017-08-31 09:14
Documented name return check-in: 7677c62986 user: oehhar tags: trunk
2017-08-31 09:10
Documented wrong version check-in: 3b9fcbf29a user: oehhar tags: trunk
2017-08-31 09:05
The response node name may also be the output name and not only the output type [21f41e22bc] check-in: 6e84da1680 user: oehhar tags: trunk
2017-08-31 08:51
Use utility function ::WS::Utils::geturl_fetchbody for http::geturl calls which handles errors and follows redirects. Exception are calls with a -command argument check-in: 118a1dadf5 user: oehhar tags: trunk
2017-08-31 08:41
Correct errors found by static analyser. Some documentation help for static analyser too check-in: 6e8f96d585 user: oehhar tags: trunk
2017-08-30 08:53
Transfered some of the info in ticket [9c6ff35e39] about the 2.4 changes to the documentation. Restored stripping of a header from an xml response. check-in: 1ed3999e04 user: oehhar tags: trunk
2017-04-11 16:21
Merge JSON REST changes into trunk. Ticket [9c6ff35e39] check-in: 2b869c069e user: gerald tags: trunk, Release_2.4.0
2017-04-10 17:46
Removed exec flag check-in: d7b6d160c6 user: oehhar tags: rfe-dcce437d7aa5e64a
2017-04-10 17:46
Removed exec flags Leaf check-in: ac19faf750 user: oehhar tags: bug-ce9cf80b6efd6419
2017-04-10 10:06
Fixes proposed by Dennis Pfeifer to address parsing errors. Ticket [ce9cf80b6efd6419] check-in: 2e183f0cc8 user: oehhar tags: bug-ce9cf80b6efd6419
2017-04-07 06:54
Allow inline namespaces in WSDL. RFE [dcce437d7aa5e64a] check-in: 57a60e547b user: oehhar tags: rfe-dcce437d7aa5e64a
2017-04-06 21:51
Fix bug with barewords in ClientSide & enforceRequired Closed-Leaf check-in: 9fba0d2efc user: jeff.lawson tags: rfe-9c6ff35e39, fwr-jsonrest-changes
2017-04-05 22:50
remove unintentional proprietary code inclusion check-in: 36a8a04e9e user: jeff.lawson tags: fwr-jsonrest-changes
2017-04-05 03:59
change "string equal" to eq/ne check-in: a489b96328 user: jeff.lawson tags: fwr-jsonrest-changes
2017-04-05 03:58
* add "flavor" support for "rest" or "soap" * add support for returning json serialized representation of documentation. * add support for optional structure members with "?" suffix char * add "enforceRequired" option to trigger error when a proc fails to return a requiredstructure member. * add "verifyUserArgs" option to validate proc arguments. * add "errorCallback" option to be invoked when serializing a error response. check-in: 5833e8d089 user: jeff.lawson tags: fwr-jsonrest-changes
2017-04-01 08:41
Create new branch named "fwr-jsonrest-changes" check-in: 171251a55b user: jeff.lawson tags: rfe-9c6ff35e39, fwr-jsonrest-changes
2016-11-23 16:40
Fix for bug [6bdf06291d] -- undefined variable when asynch call fails. check-in: 51c849b483 user: gerald tags: trunk
2016-11-03 09:28
Removed exec file property from tcl files check-in: dbd1245897 user: oehhar tags: trunk
2016-11-03 09:26
The type 'anyType' is apparently a base simple type. At least defining it makes some server happy [554877fd21]. check-in: e9780565f6 user: oehhar tags: trunk
2016-11-03 09:14
ClientSide provided old version 2.3.8. Is now 2.3.9. check-in: a82d4a352d user: oehhar tags: trunk
2016-11-03 09:06
Removed file "CheckAndBuild". It was apparently integrated in Utilities.tcl and has no reference or Doc. check-in: 3e0d4aff79 user: oehhar tags: trunk
2016-10-31 16:02
SOAP fault return: elemts faultcode and faultstring should not use own namesape. Ticket [b65828c8cc] check-in: fc39f59118 user: oehhar tags: trunk
2016-10-31 15:46
Load and register tls only if no https handler was registered before check-in: 2e7e8c373f user: oehhar tags: trunk
2016-03-03 21:09
Unify all synchronous calls to http::geturl with error handling by utility function geturl_followRedirects check-in: f1d6d9f8d9 user: oehhar tags: trunk
2015-11-09 17:25
Unify all synchronous calls to http::geturl with error handling by utility function geturl_followRedirects Closed-Leaf check-in: 0f7ac08844 user: oehhar tags: unify_http::geturl
2015-11-09 16:24
restore deleted debug line check-in: c7cdb73c8f user: oehhar tags: trunk
2015-11-09 16:19
Removed own debugging message, sorry check-in: 0cda2c9b1d user: oehhar tags: trunk
2015-11-09 16:17
::WS::Utils::geturl_followRedirects : limit to 5 redirects, plug http package memory leak, add redirect test scripts check-in: a18130bfaf user: oehhar tags: trunk
2015-11-03 17:42
Fixed outdated example EchoEmbeddedService. Ticket [0e2728fadd] check-in: 1610455cee user: oehhar tags: trunk
2015-06-16 17:05
Return http error messages for authentication and server errorrs. Ticket [ea054d339d] check-in: 3647d0b69f user: oehhar tags: trunk
2015-06-16 16:43
http package complained about wrong list. Cause is, that any "{}" was replaced by double quotes, destroying the list structure (resulting in SOAPAction ""service:method"" ) Ticket [ab9ad7b044] check-in: 284717ad56 user: oehhar tags: trunk
2015-06-02 17:36
Log the fact that there is no TLS support Closed-Leaf check-in: 7e275a2c33 user: oehhar tags: client-http-error
2015-06-02 17:30
Addition case that server did not send any data and just closed check-in: 90dc8d7789 user: oehhar tags: client-http-error
2015-06-02 15:13
http package complained about wrong list. Cause is, that any "{}" was replaced by double quotes, destroying the list structure (resulting in SOAPAction ""service:method"" ) Ticket [ab9ad7b044] Closed-Leaf check-in: 450754413a user: oehhar tags: bug-ab9ad7b044
2015-06-02 14:07
Return http error messages for authentication and server errorrs. Ticket [ea054d339d] check-in: 027ddd8c7c user: oehhar tags: client-http-error
2015-06-02 13:08
Dead code removed - is covered by upper if check-in: b63a8eb960 user: oehhar tags: client-http-error
2015-05-24 01:25
Another partial fix. check-in: 9c7e118edb user: gerald tags: trunk
2015-05-23 17:12
Switched one of the debug statements back to info. check-in: 11b59f5d29 user: gerald tags: trunk
2015-05-23 17:03
Partial fix for [bcdbb594db].

It may be the entire fix -- waiting on feed back. check-in: 94ea895cf9 user: gerald tags: trunk

2015-05-08 02:38
Fix for [411a2eb59f] -- add double qutoes arround the SOAP Action. check-in: 80934c5bda user: gerald tags: trunk
2015-03-12 23:17
Fix for [9efd219dc8] - DoCall instead of DoAsyncCall in Tcl_Web_Service_Example.html. check-in: dcae275d25 user: gerald tags: trunk, Release_2.3.8
2015-03-12 23:13
Fix for [b124391cf5] - inTransform and outTransform are "in" and "out" from the server point of view. check-in: 5009b918a3 user: gerald tags: trunk
2015-03-12 23:08
Fix for [8cf2656d0e] - proc inTransform does not transform the XML Soap message check-in: d512c8e2b3 user: gerald tags: trunk
2015-03-12 23:05
Fix for [9ea9b8e9a3] - $top undefined in ::WS::Client::parseResults check-in: 6a7c94f3a8 user: gerald tags: trunk
2014-11-26 23:56
Corrected change to use tls1. check-in: ff3e708397 user: gerald tags: trunk
2014-11-06 16:56
Change to address open vulnerability via "poodle" attack (see http://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3566). check-in: aa1358233d user: gerald tags: trunk
2014-04-01 01:17
Correct issue with cyclic includes and some simple type declarations. check-in: 342697b2e8 user: gerald tags: trunk
2014-01-13 23:25
Corrected logic of test. check-in: a487bd41ac user: gerald tags: trunk
2014-01-11 20:33
Correction to typo. check-in: 09d64d0da9 user: gerald tags: trunk
2014-01-08 23:15
Fix for: [2c3ef042cf] -- Need to handle SOAP errors reported with HTTP-500 code. check-in: f7183d2c90 user: gerald tags: trunk
2013-10-22 21:30
Roll version number in Client to agree with package index.

Correct handling of file uri imports. check-in: e8d348f9f5 user: gerald tags: trunk

2013-10-03 21:47
Add documentation for ::WS::Utils::GenerateTemplateDict. check-in: 6d391b11b5 user: gerald tags: trunk
2013-08-22 03:25
Corrections on generating XML for simple types to avoid double leveling in some cases and adding name space qualifiers when it should not have. check-in: ef4eb37768 user: gerald tags: trunk
2013-08-17 01:22
Updated license files. check-in: a84ca21e46 user: gerald tags: trunk, Release_2.3.7
2013-07-21 00:27
Added GetParsedWsdl to ClientSide.

Rolled versions to 2.3.7 check-in: 2ca79da750 user: gerald tags: trunk

2013-06-29 00:56
Correct typo in debug statement and added code to handle a reply message that is just a simple type (e.g. a string) with no components. check-in: 7e11ee2877 user: gerald tags: trunk
2013-05-31 18:31
Correction to ignore namespace definitions on child elements when parsing response with attributes. check-in: 0c0c56dfc5 user: gerald tags: trunk, Release_2.3.6
2013-05-29 22:03
Correct ::WS::Client::SetOptions to actual set the option to the value passed in. ≈ß≈ç check-in: 2ae4e3011a user: gerald tags: trunk, Release_2.3.5
2013-05-29 21:53
Fixed check. check-in: ed7917e66e user: gerald tags: trunk
2013-05-29 21:24
Make suppression of target namespace addition backwardly compatiable with older parsed wsdls. check-in: e01d3735c3 user: gerald tags: trunk
2013-05-29 21:23
Added option to suppress default namespace. Added option to generate error on service redefine and code to to unset on a redefine. check-in: f86b538245 user: gerald tags: trunk
2013-05-28 21:20
Roll version numbers to 2.3.5. check-in: 596f9ffbe6 user: gerald tags: trunk
2013-05-28 18:48
More fixes for bug [a949d84bb5] -- Schema elements of xs:any not handled correctly. check-in: 57d9181a02 user: gerald tags: trunk
2013-05-27 23:46
Fix for bug [a949d84bb5] -- Schema elements of xs:any not handled correctly check-in: ac002ddf8b user: gerald tags: trunk
2013-04-25 20:16
Add target namespace to client request check-in: 67ef52d7cb user: gerald tags: trunk, Release_2.3.4
2013-04-20 03:49
Fix a interaction bug with skipLevelWhenActionPresent and nsOnChangeOnly. check-in: 496530e891 user: gerald tags: trunk, Release_2.3.3
2013-04-19 21:44
Fixed bug to get qualified namespace. check-in: 7ae81cabfb user: gerald tags: trunk
2013-04-10 03:10
Added documentation on how type casting of abstract to concrete types works. check-in: bc60d4585a user: gerald tags: trunk, Release_2.3.2
2013-04-10 02:38
Added details for special namespace attributes. check-in: f77791f44f user: gerald tags: trunk
2013-04-10 02:34
Documentation for chagnes dealing with attributes. check-in: 1f1af1e51b user: gerald tags: trunk
2013-04-10 02:14
Corrections toXML -> Dictionary conversion for new changes. check-in: 0b5d3f4ece user: gerald tags: trunk
2013-04-09 20:24
Generalization of attributes defined in "http://www.w3.org/2001/XMLSchema-instance", aka "type" and "nil" in particular. Also added support for ::value instead of {} for value of tag. check-in: cfdc32b392 user: gerald tags: trunk
2013-04-09 15:54
forgot to save changes to Utilities.tcl! check-in: 394de07dfb user: gerald tags: trunk
2013-04-09 15:50
Fixes for incorrect error signalling and to add automatic type casting of abstract to real types. check-in: cecf30f810 user: gerald tags: trunk
2013-03-08 05:19
Updated docs for release 2.3.1 check-in: ce2053ddc1 user: gerald tags: trunk, Release_2.3.1
2013-03-08 02:57
Fix for [4d55a803fd] -- added namespace options into Client Side. check-in: 1317e4416e user: gerald tags: trunk
2012-11-09 14:34
Updated all docs pages from wiki. Not present wiki pages: clients, Downloads, Pretty Printing a Dictionary Instance check-in: d7188ff2cb user: oehhar tags: trunk, Release_2.3.0