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

Overview
Comment:More work on README.md.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d6e437fb0dfffe3375d2e0933cefc185a2c6cb439ce257dc296c2eb005cdfafe
User & Date: rolf 2020-07-23 23:47:08
Context
2020-07-24
08:39
Fixed md link. check-in: 3495d8fd68 user: rolf tags: trunk
2020-07-23
23:50
Merged from trunk. check-in: 76ba31355c user: rolf tags: schema
23:47
More work on README.md. check-in: d6e437fb0d user: rolf tags: trunk
23:14
Fixed markdown in README.md. check-in: 9eaa34b3ac user: rolf tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
..
35
36
37
38
39
40
41
42


43
44
45
46
47
48
49
...
112
113
114
115
116
117
118






## tDOM - a XML / DOM / XPath / XSLT / HTML / JSON implementation for Tcl
##(Version 0.9.2)


This directory contains a freely distributable thread-safe extension
to Tcl/Tk called tDOM.

### tDOM contains:

   *  for convenience expat 2.2.9, the XML parser originated from
      James Clark, although you're able to link tDOM with other
      expat versions or the library provided by the system.

................................................................................
      and JSON strings.

   *  as build option an interface to the gumbo HTML5 parser, which
      also digests almost any other HTML.

   *  an even faster simple XML parser for trusted XML input.

   *  A slim Tcl interface to use expat as pull-parser.



   *  additional convenience methods.

   *  and more.


### Documentation
................................................................................

### History

tDOM was started by Jochen Loewer (loewerj@hotmail.com) and
developed by Jochen and Rolf Ade (rolf@pointsman.de) with
contributions by Zoran Vasiljevic (zv@archiware.com). Since more
than a dozen years it is maintained and developed by Rolf Ade.






|
<
<
<
<
<







 







|
>
>







 







>
>
>
>
>
1
2





3
4
5
6
7
8
9
..
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
...
109
110
111
112
113
114
115
116
117
118
119
120

## tDOM - a XML / DOM / XPath / XSLT / HTML / JSON implementation for Tcl Version 0.9.2






### tDOM contains:

   *  for convenience expat 2.2.9, the XML parser originated from
      James Clark, although you're able to link tDOM with other
      expat versions or the library provided by the system.

................................................................................
      and JSON strings.

   *  as build option an interface to the gumbo HTML5 parser, which
      also digests almost any other HTML.

   *  an even faster simple XML parser for trusted XML input.

   *  a slim Tcl interface to use expat as pull-parser.

   *  a secure way to share DOM trees by threads

   *  additional convenience methods.

   *  and more.


### Documentation
................................................................................

### History

tDOM was started by Jochen Loewer (loewerj@hotmail.com) and
developed by Jochen and Rolf Ade (rolf@pointsman.de) with
contributions by Zoran Vasiljevic (zv@archiware.com). Since more
than a dozen years it is maintained and developed by Rolf Ade.


### ... ahh, Licensing!!

Sigh. See LICENSE file.