<?xml version="1.0" encoding="ISO-8859-1" ?> <!-- Hi, I am a comment. This example is adapted from a W3Schools example: https://www.w3schools.com/xml/xml_whatis.asp adapted by: Sharon Tuttle last modified: 2025-05-06 --> <note> <date> 2025-05-05 </date> <!-- notice that this no-content widget element IS well-formed XML, because its tag is BOTH a start and end tag --> <widget /> <to> George </to> <from> Ringo </from> <heading> Reminder </heading> <body> When are we recording again? </body> </note>