Go to the documentation of this file.00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 class Output_xml
00021 {
00022 function Output_xml()
00023 {
00024 $this->code = '_WORD_';
00025 $this->linecomment = '<Category Type="Linecomment">_WORD_</Category>';
00026 $this->blockcomment = '<Category Type="Blockcomment">_WORD_</Category>';
00027 $this->prepro = '<Category Type="Prepro">_WORD_</Category>';
00028 $this->select = '<Category Type="Select">_WORD_</Category>';
00029 $this->quote = '<Category Type="Quote">_WORD_</Category>';
00030 $this->category_1 = '<Category Type="Category_1">_WORD_</Category>';
00031 $this->category_2 = '<Category Type="Category_2">_WORD_</Category>';
00032 $this->category_3 = '<Category Type="Category_3">_WORD_</Category>';
00033 }
00034 }
00035 ?>