Changes between Version 3 and Version 4 of XMLIntroduction
- Timestamp:
- Jan 7, 2015, 12:11:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLIntroduction
v3 v4 10 10 {{{ 11 11 <root> 12 <nestedElement>With content</nestedElement>13 <anotherElement with="attribute" another='one'>Elements can have attributes < /emptyTag>, as well</anotherElement>14 <!-- I am a comment < hidden>everything here is</hidden> ignored -->12 <nestedElement>With <bold>content</bold></nestedElement> 13 <anotherElement with="attribute" another='one'>Elements can have attributes <emptyTag/>, as well</anotherElement> 14 <!-- I am a comment <abc>everything here is</abc> ignored --> 15 15 <question>did we already talk about & entities?</question> 16 16 </root>