If I want to make adding something to an XML file very simple can I do this:
<small>$1.99</small>
<medium></medium>
<large>$3.99</large>
Can I leave the medium element blank and tell the php parser to ignore it?
I'm thinking that when I parse it I am going to want all the sizes returned but not a size with no price.