How can I put an angle bracket ("<") in my xml attribute?
I'm trying to store an SQL query, but this seems to be illegal.
<add key="query" value="SELECT DISTINCT index FROM table WHERE langCode <> 'FR'"/>
Use < and > instead of < and >:
<
>
<
>
<add key="query" value="SELECT DISTINCT index FROM table WHERE langCode <> 'FR'"/>
1.4m articles
1.4m replys
5 comments
57.0k users