Sha256: b12e7f17038b392e2b12509b92d2177e12491e1c043427cea2c6765961da055c

Contents?: true

Size: 158 Bytes

Versions: 12

Compression:

Stored size: 158 Bytes

Contents

description 'Filter which converts html to xml'
dependencies 'utils/xml'

Filter.create :html2xml do |context, content|
  XML::Fragment(content).to_xhtml
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
olelo-0.9.15 plugins/filters/html2xml.rb
olelo-0.9.14 plugins/filters/html2xml.rb
olelo-0.9.13 plugins/filters/html2xml.rb
olelo-0.9.12 plugins/filters/html2xml.rb
olelo-0.9.11 plugins/filters/html2xml.rb
olelo-0.9.10 plugins/filters/html2xml.rb
olelo-0.9.9 plugins/filters/html2xml.rb
olelo-0.9.8 plugins/filters/html2xml.rb
olelo-0.9.7 plugins/filters/html2xml.rb
olelo-0.9.6 plugins/filters/html2xml.rb
olelo-0.9.5 plugins/filters/html2xml.rb
olelo-0.9.4 plugins/filters/html2xml.rb