Changeset 55

Show
Ignore:
Timestamp:
11/29/06 23:06:01 (2 years ago)
Author:
schst
Message:

Removed trailing spaces and debug code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/TestCDataSetter.php

    r37 r55  
    22/** 
    33 * Example that shows how to use the cdata setter. 
    4  *  
     4 * 
    55 * @author  Stephan Schmidt <stephan.schmidt@schlund.de> 
    66 * @author  Frank Kleine <frank.kleine@schlund.de> 
     
    1414/** 
    1515 * Example that shows how to use the cdata setter. 
    16  *  
     16 * 
    1717 * @package     XJConf 
    1818 * @subpackage  examples 
     
    2424        $tagParser = new DefinitionParser(); 
    2525        $defs      = $tagParser->parse(getcwd() . '/xml/defines-set-cdata.xml'); 
    26         var_dump($defs); 
    2726        $conf      = new XmlParser(); 
    2827        $conf->setTagDefinitions($defs); 
     
    3433            exit(0); 
    3534        } 
    36          
     35 
    3736        $c = $conf->getConfigValue('complex'); 
    3837        var_dump($c);