我在使用schematron验证XML时遇到问题.在我的代码中,我将XML和XSL作为DOMDocument对象加载并尝试转换:$domSche=newDOMDocument();$domSche->loadXML($message);$domXSLSche=newDOMDocument();$domXSLSche->load("CI-SIS_StructurationCommuneCDAr2.xsl");$xsltsche=newXSLTProcessor();$xsltsche->importStylesheet($domXSLSche);$XSLValid=$xsltsche->