⟩ Explain how to remove a particular attribute from XML?
Process of removing an attribute is similar to removing elements from XML document, as discussed in above XSLT interview question. Along with Identity template, define another template to match with that particular attribute as shown below.
<xsl:template match="@product_synonym"/>