Thread: XML Tips
View Single Post
  #7 (permalink)  
Old 02-11-2008, 04:19 AM
vigneshgets vigneshgets is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 904
vigneshgets is on a distinguished road
Thumbs up Re: XML Tips

Rules for making a tag name in XML :

" Rules for making a tag name are

1.It should start with a letter or underscore(_)
2.There are no reserved words , but however xml(in any case) should not be used as a tag name
3.It can include digits, hyphen,periods, ':' can be used but best avoided because it is used for the namespace.
__________________
Vignesh
$Live It The Way You Love It$
Reply With Quote