class GeoCombine::Fgdc

FIXME: FGDC parsing, transformations are still experimental

Public Instance Methods

xsl_geoblacklight() click to toggle source

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

# File lib/geo_combine/fgdc.rb, line 10
def xsl_geoblacklight
  Nokogiri::XSLT(File.open(File.join(File.dirname(__FILE__), '../xslt/fgdc2geoBL.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/fgdc.rb, line 17
def xsl_html
  Nokogiri::XSLT(File.open(File.join(File.dirname(__FILE__), '../xslt/fgdc2html.xsl')))
end