This package provides services for parsing, interpreting and writing xml.
For basic parsing and access to parsed information it depends on the W3C DOM Specification and in particular makes use of the Xerces implementation of the DOM. Value added in this package includes
Examples of use of some of these facilities may be found in the test program main.cxx.
# $Header: /nfs/slac/g/glast/ground/cvs/xml/mgr/requirements,v 1.25 2001/04/18 21:10:23 burnett Exp $
package xml
version v3
use facilities
use XMLEXT v2
include_dirs "${XMLROOT}"
apply_pattern package_linkopts
library xml -no_share \
Dom.cxx \
IFile.cxx IFileManager.cxx \
Persistence.cxx \
XmlErrorHandler.cxx XmlParser.cxx \
../xml/*.h
private
application test main.cxx Dom.cxx XmlParser.cxx XmlErrorHandler.cxx
The xml package depends on the following packages
# $Header: /nfs/slac/g/glast/ground/cvs/xml/mgr/requirements,v 1.25 2001/04/18 21:10:23 burnett Exp $
package xml
version v3
use facilities
use XMLEXT v2
include_dirs "${XMLROOT}"
apply_pattern package_linkopts
library xml -no_share \
Dom.cxx \
IFile.cxx IFileManager.cxx \
Persistence.cxx \
XmlErrorHandler.cxx XmlParser.cxx \
../xml/*.h
private
application test main.cxx Dom.cxx XmlParser.cxx XmlErrorHandler.cxx
1.2.3 written by Dimitri van Heesch,
© 1997-2000