How can i call resource file from xml document
- by WingMan20-10
how can i call varible from my resource file from a xml document
like
<items>
<item rating="R">
<title>The Matrix</title>
<format>"$resources:Format,Dvd"</format>
</item>
</items>