[android-developers] How to get all the nodes content from strings.xml

2010-02-12 Thread CMF
Hi all, I would like to write a program to parse the nodes of strings.xml and then get the content and attributename. Can anyone has experience on it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to get all the nodes content from strings.xml

2010-02-12 Thread Frank Weiss
A fairly straight forward way do it at build time with xslt. Chances are the strings.xml is not available at run time. On Feb 12, 2010 8:23 AM, CMF manf...@gmail.com wrote: Hi all, I would like to write a program to parse the nodes of strings.xml and then get the content and attributename. Can