[PHP-DEV] PHP 4.0 Bug #8724: xsl:include doesn't work From: douglasd <email protected>
Date: 01/15/01

From: douglasd <email protected>
Operating system: Redhat 7.0
PHP version: 4.0.4
PHP Bug Type: Sablotron XSL
Bug description: xsl:include doesn't work

I can't include other style sheets.
I have tried many ways with full paths to the file and without the "file://".
Sabcmd parses them fine but I can't get php to.

My line:
<xsl:include href="file://test.xsl"/>
I pass it like:
xslt_run($parser, '/path/to/file/test.xsl', '/path/to/file/test.xml');

-- 
Edit Bug report at: http://bugs.php.net/?id=8724&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>