I have to convert the XML in to a html display when the ep is "0x9223". I wrote the following XSLT, "log.xsl"
When I try to open the XML, I am getting a error in <xsl:variable name="A" select="string(0x9223)"/>. can somebody help me how to convert the hexadecimal literal to string?