module Nokogiri

def XSLT(...)

Convenience method for Nokogiri::XSLT.parse
def XSLT(...)
  XSLT.parse(...)
end