class GeoCombine::Iso19139

Public Instance Methods

xsl_geoblacklight() click to toggle source

Returns a Nokogiri::XSLT object containing the ISO19139 to GeoBlacklight XSL @return [Nokogiri::XSLT]

# File lib/geo_combine/iso19139.rb, line 8
def xsl_geoblacklight
  Nokogiri::XSLT(File.open(File.join(File.dirname(__FILE__), '../xslt/iso2geoBL.xsl')))
end
xsl_html() click to toggle source

Returns a Nokogiri::XSLT object containing the ISO19139 to HTML XSL @return [Nokogiri:XSLT]

# File lib/geo_combine/iso19139.rb, line 15
def xsl_html
  Nokogiri::XSLT(File.open(File.join(File.dirname(__FILE__), '../xslt/iso2html.xsl')))
end