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
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/tdom && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
tdom-0.9.4-src.tgz | 0001447298 1.38 MB | |
tdom.changes | 0000006640 6.48 KB | |
tdom.spec | 0000002767 2.7 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:
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.