Difference between revisions of "Category:Oblivion XML"
Jump to navigation
Jump to search
m
→General Syntax
imported>JRoush |
imported>JRoush m (→General Syntax) |
||
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 | 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: | ||
< | <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> |