Hii i think it can be done.

We can use the function loadUrl and give the url of the xml to be
displayed.
Or we can store the xml to be displayed in the string variable and
display it using the method loadData giving mimetype as text/html.

On Jan 16, 4:43 am, Temitope Akinwande <[email protected]> wrote:
> Hi all,
>
> Is it possible to display an xml file with all the tags in Webview or the
> Browser without first parsing the xml file?
> For example, is it possible to display the following
>   <note>
>     <to>Danny</to>
>     <from>Jane</from>
>     <subject>Hello</subject>
>     <body>How are you doing?</body>
>   </note>
>
> without it being parsed to display
>
> Danny Jane Hello How are you doing?
>
> Any help will be appreciated.
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to