PHP/XSLT: XML entities not resolved
Posted: Wed Jun 19, 2002 8:37 pm
Hi all,
I am just getting started with XSLT. I succeeded letting PHP process an XML file with an XSLT stylesheet using the xslt_process() function.
The problem is that my XML source file uses entities to include chunks of XML. PHP doesn't seem to resolve those entities before applying the style sheet. So just the core XML file is processed. How can I PHP get to include the entities?
Thanks!
Ingo
I am just getting started with XSLT. I succeeded letting PHP process an XML file with an XSLT stylesheet using the xslt_process() function.
The problem is that my XML source file uses entities to include chunks of XML. PHP doesn't seem to resolve those entities before applying the style sheet. So just the core XML file is processed. How can I PHP get to include the entities?
Thanks!
Ingo