android - Are XML attributes compulsory? -


i wanted know if xml attributes compulsory. let me illustrate example.

<myxml>     <myelement attr1="value1" attr2="value2" />     <myelement attr1="value3" /> </myxml> 

will xml parsed of xml parsers? i'm interested in knowing whether xml parsers in-built in ios , android sdks parse xml correctly , whether parsing more difficult guys?

please excuse if question partial repetition of earlier question, needed definitive answer this.

thanks in advance :)

xml attributes not compulsory. use according own convinience , need. yes xml parsed of parsers. if @ xml valid parsed xml parser correctly whether in ios or android.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -