I am a trying to write an xsl code for the folling xml code, and so far i am able to output almost all the element contents into a table except the value of (Local ="No") which is in the food element tag. Is there a way to output that attribute and its value. Thank you.
<FoodItems>
<food Local = "No" >
<Name>Rice</Name>
<Brand>Jasmine</Brand>
<Price>$89</price>
<Grade>A</grade>
</food>
</FoodItems>