I am trying to validate against a RelaxNG compact syntax file using Nokogiri. Nokogiri throws a parsing error when I try this. I don’t know if its the RelaxNG file or if Nokogiri lacks support for compact syntax. Does Nokogiri support RelaxNG compact syntax?
I am trying to validate against a RelaxNG compact syntax file using Nokogiri. Nokogiri
Share
No. Nokogiri only supports
.rngfiles written in XML syntax. It doesn’t support.rncfiles written in compact syntax.