G
gene.ellis
Hey everyone,
There is probably a really simple solution. I have an XSL document that
reads into content from my XML document and creates an HTML document
(with a .php extension). There is some PHP code I would like to include
on the XSL document, however I don't want to XML/XSL engine to try and
interpret it. I would simply like the PHP code to pass through from the
XSL document and be included on the HTML document unchanged. From there
it will simply be evaluated at run-time like a typical HTML document
(with a .php extension) would. So basically, how do I simply pass it
the PHP code through? Do I need to escape it somehow? I thank you in
advance.
Gene
There is probably a really simple solution. I have an XSL document that
reads into content from my XML document and creates an HTML document
(with a .php extension). There is some PHP code I would like to include
on the XSL document, however I don't want to XML/XSL engine to try and
interpret it. I would simply like the PHP code to pass through from the
XSL document and be included on the HTML document unchanged. From there
it will simply be evaluated at run-time like a typical HTML document
(with a .php extension) would. So basically, how do I simply pass it
the PHP code through? Do I need to escape it somehow? I thank you in
advance.
Gene