|
msiXmlDocSchemaValidate |
( |
msParam_t * |
xmlObj, |
|
|
msParam_t * |
xsdObj, |
|
|
msParam_t * |
status, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice validates an XML file against an XSD schema, both iRODS objects.
- Module:
- xml
- Since:
- pre-2.1
- Author:
- Antoine de Torcy
- Date:
- 2008/05/29
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xmlObj | - a msParam of type DataObjInp_MS_T or STR_MS_T which is irods path of the XML object. |
[in] | xsdObj | - a msParam of type DataObjInp_MS_T or STR_MS_T which is irods path of the XSD object. |
[out] | status | - a msParam of type INT_MS_T which is a validation result. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- None
- Session Variables Modified:
- None
- iCAT Attributes Used:
- None
- iCAT Attributes Modified:
- None
- Side Effect:
- None
- Returns:
- integer
- Return values:
-
- Precondition:
- None
- Postcondition:
- None
- See also:
- None
Definition at line 359 of file xmlMS.c.
|