OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   What's the point of customizing element tags?

[ Lists Home | Date Index | Thread Index ]

	
	Obviously a question from an XML newbie...

	But what is the point of custom naming xml elements when they are not 
accessed in an OOP manner?
	Here is what I mean:

	<newbie>
	    <question>
                       <whatsUp>Whats the point</whatsUp>
	    </question>
	</newbie>
	
	My understanding is that you don't access the contents using syntax like: 
newbie.question.whatsUp.value, but rather an obscure
childNodes[0].childNodes[0].childNodes[0].nodeValue (not even sure if that 
is right). But in any case, if you don't use the custom names
then why not do:

	<blah>
               <blah>
                   <blah>...

	Thanks for enlightening me :-)...





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS