Xml Comments

[Solved] Xml Comments | Perl - Code Explorer | yomemimo.com
Question : Comments in XML

Answered by : hungry-hare-bcewz61he2wh

<?xml version = "1.0" encoding = "UTF-8" ?>
<!--Students grades are uploaded by months-->
<class_list> <student> <name>Tanmay</name> <grade>A</grade> </student>
</class_list>

Source : https://www.tutorialspoint.com/xml/xml_comments.htm | Last Update : Fri, 03 Jun 22

Answers related to xml comments

Code Explorer Popular Question For Perl