After checking an Xps file i noticed that the string within the Xps file <> is converted to <>
So is there any built-in function in the .Net framework that could do this job for me?
If it does not exist what characters becides <> should i escape in myOwn function?
I try to implement a search within an xps file, but searching for <> instead of <> returns nothing.
UPDATE: At least i found the list here of xml document escape characters