You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.6 KiB
46 lines
1.6 KiB
<? |
|
|
|
print '<html><head><title>TestNG DTD</title> |
|
|
|
<link rel="stylesheet" href="testng.css" type="text/css" /> |
|
<link type="text/css" rel="stylesheet" href="http://beust.com/beust.css" /> |
|
<script type="text/javascript" src="http://beust.com/prettify.js"></script> |
|
<script type="text/javascript" src="banner.js"></script> |
|
|
|
<script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script> |
|
<script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script> |
|
<script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script> |
|
<script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script> |
|
<script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script> |
|
<link type="text/css" rel="stylesheet" href="http://beust.com/styles/shCore.css"/> |
|
<link type="text/css" rel="stylesheet" href="http://beust.com/styles/shThemeCedric.css"/> |
|
<script type="text/javascript"> |
|
SyntaxHighlighter.config.clipboardSwf = "scripts/clipboard.swf"; |
|
SyntaxHighlighter.defaults["gutter"] = false; |
|
SyntaxHighlighter.all(); |
|
</script> |
|
|
|
<style type="text/css"> |
|
/* Set the command-line table option column width. */ |
|
#command-line colgroup.option { |
|
width: 7em; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
|
|
<h1> |
|
<p align="center"> |
|
DTD for TestNG |
|
</p> |
|
</h1> |
|
|
|
<pre class="brush: xml"> |
|
' |
|
; |
|
|
|
print(htmlentities(file_get_contents("testng-1.0.dtd"))); |
|
|
|
print "</pre>"; |
|
|
|
?>
|
|
|