6 lines
211 B
XML
6 lines
211 B
XML
<?xml version="1.0" standalone="yes" ?>
|
|
<!DOCTYPE html [
|
|
<!ENTITY inner "<script src='script.js'></script><p>abcd</p>">
|
|
<!ENTITY outer "&inner;">
|
|
]>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">&outer;</html>
|