Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

package xml

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.


requirements

# $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


Used Packages

The xml package depends on the following packages

v1

v1r6p1

v2

v2

v2r4

v4r3


requirements

# $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


Generated at Thu May 17 14:49:33 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000