我試圖加載SAML協議模式(specificly這樣的:https://www.oasis-open.org/committees/download.php/3407/oasis-sstc-saml-schema-protocol-1.1.xsd),但這樣做後:引入nokogiri :: XML ::架構的SyntaxError上架構負載
schema = Nokogiri::XML::Schema(File.read('saml11_schema.xsd'))
我得到這樣的輸出:
Nokogiri::XML::SyntaxError Exception: Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'ref': The QName value '{urn:oasis:names:tc:SAML:1.0:assertion}Assertion' does not resolve to a(n) element declaration.
嘗試使用Google搜索錯誤,但沒有線索可能發生的事情,有人可以擺脫一些光?
注意:使用RVM使用Ruby 1.8.7-P370
這工作得很好,非常感謝。 – Paul 2014-06-16 14:23:38