Re: XML element names (was: Ten Years Later - XML 1.0 Fifth Edition?)

From
Mukul Gandhi <>
To
Date
2008-02-19T03:43:36Z
ID
<>
Thread
Re: XML element names (was: Ten Years Later - XML 1.0 Fifth Edition?)
On Feb 18, 2008 11:03 PM, Nicholas Sushkin <> wrote:
> So, most people would design xml as
> <dir name="..."/> and <file name="..."/>. Imagine flikr or picasaweb XML,
> they'll go for <album title="..."/> and <picture caption="..."/>. This way
> they can preserve user chosen title and caption.

I agree with you. And this would solve my problem. Thanks ...

The mistake I was doing is, I was writing the XML as:

<dirname>
   <moredirname>
      <!-- more information -->
   </moredirname>
</dirname>


-- 
Regards,
Mukul Gandhi