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
PHP/XSLT: XML entities not resolved
Moderator: General Moderators
maybe this is helpful for you Example 3. External Entity Example