Hi Eugene, Eugene Mirotin <[email protected]> writes:
> I'm using Ubuntu 10.4 x64. > I installed both libxerces-c28 and libxerces-c2-dev packages. > For some reason the dom/impl folder contains only the > DOMDeepNodeListPool.c file. dom/impl contains the implementations of the DOM interfaces and which are normally not included/used by applications directly. For this reason the installed Xerces-C++ 2.x.y does not include these headers. There are, however, some applications which may need to extend these implementations. Xerces-C++ 3.x.y installation includes these headers. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli
