Comments In Xml

[Solved] Comments In Xml | Perl - Code Explorer | yomemimo.com
Question : multi-line comment xml

Answered by : kid-koder

<!--	This will work in HTML and XML!
-->

Source : | Last Update : Sat, 22 Feb 20

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 comments in xml

Code Explorer Popular Question For Perl