SAMLプロトコルスキーマ(具体的にはhttps://www.oasis-open.org/committees/download.php/3407/oasis-sstc-saml-schema-protocol-1.1.xsd)を読み込もうとしていますが、これを行う:
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.
エラーをグーグルで検索しようとしましたが、何が起こっているのかについての手がかりがありません。誰かが光を当てることができますか?
注:Ruby1.8.7-p370でのRVMの使用