# File lib/xtemplate/xpath.rb, line 365 def unsanitize(val) s = SanitizedString[val.to_s] SanitizedString[__unsanitize__(s)] end