]> granicus.if.org Git - php/commitdiff
fixed an argument in example of ext/xslt.
authorRui Hirokawa <hirokawa@php.net>
Tue, 3 Jul 2001 16:59:46 +0000 (16:59 +0000)
committerRui Hirokawa <hirokawa@php.net>
Tue, 3 Jul 2001 16:59:46 +0000 (16:59 +0000)
ext/xslt/README.XSLT-BACKENDS

index 83074a923397044e7e6b65e23b52b1eab3ec4900..07594ceb6495a705a1e0c75849ba139b58dcae02 100644 (file)
                "/_xsl" => $xsl);
  
  $xh = xslt_create();
- $data = xslt_process("arg:/_xml", "arg:/_xsl", NULL, $args);
+ $data = xslt_process($xh, "arg:/_xml", "arg:/_xsl", NULL, $args);
  xslt_free($xh);
  
  print( "The results of the transformation were\n" );