]> git.sesse.net Git - xml-template/blob - ruby/namespace.rb
Update the PHP SWIG version to PHP 7, with various crash fixes, too.
[xml-template] / ruby / namespace.rb
1 #! /usr/bin/ruby
2 require "xmltemplate"
3
4 doc = XMLTemplate.process_file("../xml/namespace.xml", {
5         'title' => 'Namespace tests',
6         '#hello' => 'Hello world!',
7         '#test' => 'Replaced.',
8         'tagname' => 'foo',
9         '#moretest' => 'bar'
10 })
11 print doc.to_s