Special characters with Ruby XML Builder
builder, ruby, xml
Solution
Had to do
xml.tag!("gx:tour")
Problem
I'm trying to a Google kml tour with ruby and I get a syntax error with this code ``` xml = builder.gx:Tour ``` It doesn't like the colon. Is there a way to force it to compile this?