Difference between revisions of "Category:Oblivion XML"

35 bytes removed ,  10:31, 31 March 2010
m
imported>JRoush
imported>JRoush
Line 8: Line 8:
Note that the closing tag is denoted by slash.   
Note that the closing tag is denoted by slash.   


Anything that appears between the opening and closing tags of an element is considered the ''contents'' of that element.  This might be raw text or numbers, as in the case of a Text element:
Anything that appears between the opening and closing tags of an element is considered the ''contents'' of that element.  This might be raw text or numbers:
  <text> This is the actual text that will be displayed </text>
  <string> This 'string' element contains this text. </string>
Or it might be another xml element:
Or it might be another xml element:
  <image> <text> </text> </image>
  <image> <text> </text> </image>
Anonymous user