Introduction
Typedefs
typedef int (*xsltSecurityCheck) (
xsltSecurityPrefsPtr sec,
xsltTransformContextPtr ctxt,
const char *value);
Discussion
xsltSecurityCheck:
User provided function to check the value of a string like a file
path or an URL ...
typedef enum {
XSLT_SECPREF_READ_FILE = 1,
XSLT_SECPREF_WRITE_FILE,
XSLT_SECPREF_CREATE_DIRECTORY,
XSLT_SECPREF_READ_NETWORK,
XSLT_SECPREF_WRITE_NETWORK
} xsltSecurityOption;
Discussion
xsltSecurityOption:
the set of option that can be configured
typedef struct _xsltSecurityPrefs xsltSecurityPrefs;
Discussion
xsltSecurityPref:
structure to indicate the preferences for security in the XSLT
transformation.
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20