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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -