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

XMLValidMsg Struct Reference
[XML Accessors]

Validation error and warning messages. More...

#include <wdxml.h>

List of all members.

Public Attributes

char errors [1024]
 Error message string. More...

char warnings [1024]
 Warning message string. More...


Detailed Description

Validation error and warning messages.

This structure will be filled with C strings (one in errors and one in warnings) that are the results of the DTD validation of XMLValidate() .

Warning:
The value 1024 is hard-coded and should not be modified in the declaration of the structure.


Member Data Documentation

char XMLValidMsg::errors[1024]
 

Error message string.

char XMLValidMsg::warnings[1024]
 

Warning message string.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 15 15:23:22 2002 for WhiteDwarf by doxygen1.2.15