Hi there:
I need to insert an HTML snippet code like this into application.dryml (Hobo 1.3):
...
<span xmlns:dct="
http://purl.org/dc/terms/" href="
http://purl.org/dc/dcmitype/MovingImage" property="dct:title" rel="dct:type">
...
The problem is that the colon there provokes an error:
...
invalid attribute name 'xmlns:dct' (remember to use...)
...
Is there any way to escape colons to get this HTML working?
Thanks in advance, Ibon.