| Source for file example.phpDocumentation is available at example.php 
// CVS: $Id: example.php,v 1.3 2005/10/12 12:38:13 toggg Exp $require_once 'XML/CSSML.php';$cssml = '<cssml:CSSML xmlns:cssml="http://pear.php.net/cssml/1.0">  <style browserInclude="not(gecko)" filterInclude="admin">    <declaration property="color">blue</declaration>$cssml = & XML_CSSML::factory('libxslt', $cssml, 'string', array('browser' => 'ns4', 'filter' => 'admin', 'comment' => 'hello there!', 'output' => 'foo.css')) ;if (PEAR:: isError($cssml)) {    die($cssml-> getMessage() .' / ' .$cssml-> getUserInfo() ."\n") ;
		    
 
		    Documentation generated on Mon, 11 Mar 2019 14:12:45 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       |