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>
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>