Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT song (verse*)>
<!ATTLIST song
xmlns CDATA #FIXED "http://example.com/">
<!ELEMENT verse (line*)>
<!ELEMENT line (#PCDATA)>