blob: 2e1ff75603ee695329fd0aac60724e2458e590a0 (
plain)
1
2
3
4
5
6
|
<?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>
|