IsValid
Returns the result of validating the XSLT document according to the XSLT specification named in the EngineVersion property. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: boolean IsValid()
Java
Signature: public boolean isValid()