Hi, > is there know way to do this > > require "rexml/document" > > include REXML > > Text::new " i < know & what i'm doing " > > it seems not... I am not sure, what you want to do, but perhaps Text.unnormalize(" i < know & what i'm doing ") is the answer? REXML won't let this into the element hierarchy, afaik. Patrick