2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
7 class HFile_xhtml11
extends HFile
9 public function HFile_xhtml11()
24 $this->colours = array(
"blue",
"purple",
"gray",
"brown");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent = array();
32 $this->unindent = array();
36 $this->stringchars = array(
"\"",
"'");
37 $this->delimiters = array(
"~",
"@",
"$",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"{",
"}",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".");
42 $this->linecommenton = array(
"");
43 $this->blockcommenton = array(
"<!--");
44 $this->blockcommentoff = array(
"-->");
48 $this->keywords = array(
71 "<blockquote>" =>
"1",
73 "</blockquote>" =>
"1",
117 "</fieldset>" =>
"1",
179 "</optgroup>" =>
"1",
249 "</textarea>" =>
"1",
278 "accept-charset=" =>
"2",
287 "cellpadding=" =>
"2",
288 "cellspacing=" =>
"2",
301 "datapagesize=" =>
"2",
312 "http-equiv=" =>
"2",
327 "ondblclick=" =>
"2",
330 "onkeypress=" =>
"2",
333 "onmousedown=" =>
"2",
334 "onmousemove=" =>
"2",
335 "onmouseout=" =>
"2",
336 "onmouseover=" =>
"2",
374 "<?phpxml-stylesheet" =>
"4",
388 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.