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.9.2-src.tgz | 0001215099 1.16 MB | |
tdom.changes | 0000004910 4.79 KB | |
tdom.spec | 0000002766 2.7 KB |
Revision 23 (latest revision is 26)
Dominique Leuenberger (dimstar_suse)
accepted
request 1063622
from
Reinhard Max (rmax)
(revision 23)
- bsc#1207959: Install binaries and scripts under %tcl_archdir - Obsoletes install-libraries-libdir.patch
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.