Missing XML tags when the .xml files are extracted from webservice and viewed on Android -



Missing XML tags when the .xml files are extracted from webservice and viewed on Android -

this first time using webservice , i' trying create webservice sends .xml replies (with tags) android device.

when browsing through .xml url through browser, tags nicely presented. when i'm browsing same .xml url through android devices, tags have been removed , space separated values.

is mutual happen ? xml tags still nowadays made "invisible" when viewing on android devices ? create difference when parse on device ?

it depends on viewer you're using. of them show xml without info how display (called xslt) way describe – tags not visible, text within them (similar happens when unknown elements encountered in html). if want write application android parses xml, it's going read normally, tags intact.

android xml web-services

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -