<!ENTITY - "-">
<! DOCTYPE xsl:stylesheet [
<! ENTITY - "-" >
] >
* This source code was highlighted with Source Code Highlighter .
<!ENTITY nbsp "&#160;">
<? xml version ="1.0" encoding ="UTF-8" ? >
<! DOCTYPE xsl:stylesheet [
<! ENTITY labelHello ", !" >
] >
< xsl:stylesheet version ="1.0" xmlns:xsl ="http://www.w3.org/1999/XSL/Transform" >
< xsl:output encoding ="utf-8" method ="xml" />
< xsl:template match ="/" >
< xsl:text > &labelHello; </ xsl:text >
</ xsl:template >
</ xsl:stylesheet >
* This source code was highlighted with Source Code Highlighter .
<? xml version ="1.0" encoding ="UTF-8" ? >
<! ENTITY labelHello ", !" >
<! ENTITY labelLogin "" >
<! ENTITY labelRegister "" >
* This source code was highlighted with Source Code Highlighter .
<! DOCTYPE xsl:stylesheet SYSTEM "lang.dtd" >
* This source code was highlighted with Source Code Highlighter .
<! DOCTYPE xsl:stylesheet SYSTEM "http://localhost/lang.php" >
* This source code was highlighted with Source Code Highlighter .
<! DOCTYPE xsl:stylesheet SYSTEM "lang://modulename" >
* This source code was highlighted with Source Code Highlighter .
Source: https://habr.com/ru/post/61501/