Module: Dita
- Includes:
- Duxml
- Defined in:
- lib/ruby-dita.rb
Constant Summary collapse
- GRAMMAR_PATH =
File.(File.dirname(__FILE__) + '/../xml/dita_grammar.xml')
Instance Method Summary collapse
-
#load(path) ⇒ Doc
XML document.
Instance Method Details
#load(path) ⇒ Doc
Returns XML document.
12 13 14 |
# File 'lib/ruby-dita.rb', line 12 def load(path) super(path, GRAMMAR_PATH) end |