libdom

W3C DOM implementation library for C applications

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the W3C DOM

Commands

libdom

Examples

Link libdom library when compiling C programs that use DOM$ gcc -o myapp myapp.c `pkg-config --cflags --libs libdom`
Check installed libdom version and compilation flags$ pkg-config --modversion libdom
Verify libdom installation and dependencies$ pkg-config --list-all | grep libdom