Hi All,

i was wondering if i could put extra attributes in a strings.xml resource. I
need more metadata for the value in this resource and it seems to me that if
i could read those extra attributes from the static R reference, it saves me
resources over implementing an xml reader. So what i actually try to do is
access the following xml:

<?xml version="1.0" encoding="utf-8"?>
<resources>
      <string name="index" url="http://www.this.com/";>Frontpage</string>
    <string name="sport" url="http://www.this2.com/";>Sport</string>
</resources>

Any suggestions?

Regards,

Patrick

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to