search for: xmlbuilder

Displaying 6 results from an estimated 6 matches for "xmlbuilder".

2015 Apr 11
1
XML Parser failing due to cryptic Serial Number.
...se_convert     return NodeDevice.parse(conn, parsexml)   File "/usr/share/virt-manager/virtinst/nodedev.py", line 95, in parse     tmpdev = NodeDevice(conn, parsexml=xml, allow_node_instantiate=True)   File "/usr/share/virt-manager/virtinst/nodedev.py", line 106, in __init__     XMLBuilder.__init__(self, *args, **kwargs)   File "/usr/share/virt-manager/virtinst/xmlbuilder.py", line 777, in __init__     parent_xpath, relative_object_xpath)   File "/usr/share/virt-manager/virtinst/xmlbuilder.py", line 679, in __init__     self._parse(parsexml, parsexmlnode)   File &...
2007 Aug 29
11
Non-Erubis Templates
Trunk Issue: Because of the use of ''autoload'', template handlers other than Erubis are not loaded automatically (Haml, XMLBuilder). Either this should be fixed, or the documentation should be updated to instruct people how to use non-Erb template engines. Apparently the solution is to do something like this in merb_init.rb: ::Merb::AbstractController.register_engine ::Merb::Template::Haml, %w[ haml ] So the question is:...
2007 Jan 05
0
webgen 0.4.0 released
...is generated. More information on webgen can be found on its homepage: http://webgen.rubyforge.org Major changes ============= * New website layout ;-) * webgen now includes many predefined website styles * Template files can now be nested! * New content converter plugin (ContentConverter/XmlBuilder) * New plugin for syntax highlighting (Misc/SyntaxHighlighter) * Many changes to the core * "Static" menus now available * Many tests have been added. * More complete documentation * Fixed many bugs * Many, many other changes Thanks for all the feedback!!! Download & Insta...
2007 Sep 04
5
Xml templates...
I was looking in using an xml_builder template to do something like: blee.xerb xml.blees do <% for blee in @blees %> xml.blee = blee.name <% end %> end It looks like the xml_builder template can''t expand the erb tag. It this not the correct way to expand and xml template ? Thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 17
0
strace log
...40) = 61440 read(5, "\322\0\0\0R\342\0\0\0R\372\0\0\0R\374\0\0\0R\2\1\0\0R\205\0\0\0R\30\1\0"..., 4096) = 340 read(5, ""..., 4096) = 0 close(5) = 0 munmap(0x7f731ad05000, 4096) = 0 stat("/usr/lib/python2.5/xml/dom/xmlbuilder", 0x7fffffff31b0) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/xml/dom/xmlbuilder.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/xml/dom/xmlbuildermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/...
2006 Feb 10
36
Advocating RoR in the enterprise?
Hi folks, I''m looking for advice on how to promote RoR in my workplace. Specifically, I''d like to work out a strategy for promoting development in Rails as a new alternative to our existing technology (the usual suspects... mostly Java/Oracle, .NET, PHP, and a bit of Perl here and there). Some background: I work for a fairly large state environmental agency as a web developer.