Rev 330 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 330 | Rev 344 | ||
---|---|---|---|
Line 284... | Line 284... | ||
284 | 284 | ||
285 | $nodelist = $fstart->getElementsByTagName('h1d'); |
285 | $nodelist = $fstart->getElementsByTagName('h1d'); |
286 | $init = PHP_EOL . "void Blab2::Init(){" . PHP_EOL ; |
286 | $init = PHP_EOL . "void Blab2::Init(){" . PHP_EOL ; |
287 | $init .="fNeve=$neve;" . PHP_EOL ; |
287 | $init .="fNeve=$neve;" . PHP_EOL ; |
288 | $init .="fNfirst=$first;" . PHP_EOL ; |
288 | $init .="fNfirst=$first;" . PHP_EOL ; |
289 | $init .=" |
289 | $init .='fData="' . $source . '";' . PHP_EOL ; |
290 | $init .="fPrint=$evprint;" . PHP_EOL ; |
290 | $init .="fPrint=$evprint;" . PHP_EOL ; |
291 | foreach ($nodelist as $node) { |
291 | foreach ($nodelist as $node) { |
292 | $init .= $node->nodeName . "("; |
292 | $init .= $node->nodeName . "("; |
293 | $cnt=0; |
293 | $cnt=0; |
294 | foreach ($node->childNodes as $el) { |
294 | foreach ($node->childNodes as $el) { |