<add key="TAB_Home" value="//*[@id="kmTabContainer_HomeTab"]"/>
<add key="TAB_Home" value='//*[@id="kmTabContainer_HomeTab"]'/>
Above is the code from my appConfig file. How to format quotes inside quotes in XML? When I do the first one, he says "There is no necessary white space."
The second gives me the expected '>'
source
share