A XML/DOM/XPath/XSLT Implementation for Tcl
tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the fastest
ways to manipulate XML with a scripting language and uses very few
memory: for example, the DOM tree of the XML recommendation in XML
(160K) needs only about 450K of memory.
- Developed at devel:languages:tcl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/tdom && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
tDOM-0.8.3.tgz | 0000990367 967 KB | |
tdom-expat.patch | 0000002553 2.49 KB | |
tdom-tnc.patch | 0000002349 2.29 KB | |
tdom.changes | 0000001932 1.89 KB | |
tdom.patch | 0000001934 1.89 KB | |
tdom.spec | 0000002977 2.91 KB |
Revision 20 (latest revision is 26)
Adrian Schröter (adrianSuSE)
committed
(revision 20)
Split 13.2 from Factory
Comments 1
I'm not sure what the problem is here, but this error has started happening recently on Tumbleweed when trying to use tdom with Tcl:
Creating a symlink from
/usr/lib64/libtdom0.9.2.so
to/usr/share/tcl/tdom0.9.2/libtdom0.9.2.so
fixes the problem, but does not feel like the correct solution.