Method: Psc.xml_namespace
- Defined in:
- lib/psc.rb
.xml_namespace ⇒ Hash<String, String>
Provides an XML namespace mapping suitable for use with
Nokogiri. The prefix psc
is mapped to PSC's namespace.
44 45 46 |
# File 'lib/psc.rb', line 44 def self.xml_namespace XML_NAMESPACE end |