php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8724 xsl:include doesn't work
Submitted: 2001-01-15 15:49 UTC Modified: 2001-01-15 17:48 UTC
From: douglasd at ausisp dot net Assigned:
Status: Closed Package: Sablotron XSL
PHP Version: 4.0.4 OS: Redhat 7.0
Private report: No CVE-ID: None
 [2001-01-15 15:49 UTC] douglasd at ausisp dot net
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');


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-15 17:48 UTC] douglasd at ausisp dot net
Sorry. It was just a little tricky.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 22:01:27 2024 UTC