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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -