I am trying to import a file having the symbol @
into Weblogic server MDS. While importing, looks like the parser is not able to parse @
, and throws an error.
Is there any escape character (like &
for &
), using which I can make use of the symbol @
in XML?