XML builder templates/dashes in node names

For tags which have characters that are illegal in Ruby method names you can use the xml.tag! method in .rxml:

xml.tag! 'cross-domain-policy', 'value'

or

xml.tag! 'cross-domain-policy' {     xml... }

David Schmidt

Ingo Weiss wrote: