Hi,
I am trying to create some XML in the xliff format. I need to create
some tags like:
<trans-unit>
<source></source>
</trans-unit>
the following code in an rxml template:
...
xml.trans-unit( ... ) do
...
end
is causing the following error:
undefined method `unit'' for #<#<...
Is there another way to do this?
Thanks in advance,
dezza
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---