Home | Info | Community | Development | myReactOS | Contact Us
xsltLoadType:
Enum defining the kind of loader requirement.
Definition at line 53 of file documents.h.
{ XSLT_LOAD_START = 0, /* loading for a top stylesheet */ XSLT_LOAD_STYLESHEET = 1, /* loading for a stylesheet include/import */ XSLT_LOAD_DOCUMENT = 2 /* loading document at transformation time */ } xsltLoadType;