I'd like to request a feature. I'd like to be able to use Radius tags without having to set a prefix. Eg. <pre> parser = Radius::Parser.new(context, :tag_prefix => nil) puts parser.parse(%{A small example:\n<repeat times="3">* <hello />!\n</repeat>}) </pre> Is that feasible?