value()
public
Returns the UNNORMALIZED value of
this attribute. That is, entities have been expanded to their values
Show source
def value
return @unnormalized if @unnormalized
@unnormalized = Text::unnormalize( @normalized, doctype )
@normalized = nil
@unnormalized
end