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
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.1:Staging:FactoryCandidates/tdom && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| tdom-0.9.5-src.tgz | 0001512934 1.44 MB | |
| tdom-gcc15.patch | 0000015275 14.9 KB | |
| tdom.changes | 0000007445 7.27 KB | |
| tdom.spec | 0000002850 2.78 KB |
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:
couldn't load file "/usr/share/tcl/tdom0.9.2/libtdom0.9.2.so": /usr/share/tcl/tdom0.9.2/libtdom0.9.2.so: cannot open shared object file: No such file or directory while executing "load /usr/share/tcl/tdom0.9.2/libtdom0.9.2.so" ("package ifneeded tdom 0.9.2" script) invoked from within "package require tdom"Creating a symlink from
/usr/lib64/libtdom0.9.2.soto/usr/share/tcl/tdom0.9.2/libtdom0.9.2.sofixes the problem, but does not feel like the correct solution.