blob: b7f9b44a2122fd4da45b0e877adfd999cd5984d8 [file] [log] [blame]
<?xml version="1.0" encoding ="UTF-8"?>
<!--
Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<!DOCTYPE myroot[
<!ELEMENT myroot (elem1)>
<!ELEMENT elem1 (#PCDATA)>
<!ENTITY x1 SYSTEM "xssExternalEntity.txt">
]>
<myroot>
<elem1>&x1;</elem1>
</myroot>