Created
March 2, 2022 14:35
-
-
Save LionsAd/f298db8a221454aff7531e595bea55bc to your computer and use it in GitHub Desktop.
A harmless xml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE results [<!ENTITY harmless "completely harmless">]> | |
<results> | |
<result>This result is &harmless;</result> | |
</results> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment