Ideal XML Structure

webmasterbeta

New Member
My question is regarding the most optimal structure that I can create formy xml document.In my example, I have work requests that have customer name and address info.Is there an advantage between these following examples:<WorkRequest><Customer><Name/><Address/></Customer></WorkRequest>vs.<WorkRequest><CustomerName/><CustomerAddress/></WorkRequest>Do parser's search better with certain structures? Or is it all about readability?If there are any articles about this subject that could help me understandbest practices for XML structure, I would love to see them!ThanksKevin Kraus
 
Back
Top