Module XmlHelper
In: lib/xml_helper.rb

Methods

Public Class methods

This function helps you escape special characters in XML attribute values Here, we have escaped only single quotes for xml attribute values You can escape other characters which might be causing issues as xml attribute values

Public Instance methods

This function escapes the double quotes

This function escapes the single quotes

[Validate]