XML
Little Eye detects XML when you copy them. Recognizes XML documents and reports the root element.
Examples
<?xml version="1.0" encoding="UTF-8"?><root><child>x</child></root>
<?xml version="1.1"?><note><to>You</to><msg>Hi</msg></note>
Little Eye detects XML when you copy them. Recognizes XML documents and reports the root element.
<?xml version="1.0" encoding="UTF-8"?><root><child>x</child></root>
<?xml version="1.1"?><note><to>You</to><msg>Hi</msg></note>