class Nokogiri::XML::SyntaxError

def nil_or_zero?(attribute)

def nil_or_zero?(attribute)
  attribute.nil? || attribute.zero?
end