]> git.sesse.net Git - xml-template/blob - ruby/namespace2.rb
Add most of the remaining php5-swig tests. Most succeed, but not all.
[xml-template] / ruby / namespace2.rb
1 #! /usr/bin/ruby
2 require "xmltemplate"
3
4 doc = XMLTemplate.process_file("../xml/namespace2.xml", {
5         'title' => 'Namespace tests',
6         '#hello' => 'Replaced.'
7 })
8 print doc.to_s