<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/xslt2processor/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/xslt2processor/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/xslt2processor/support-requests/</id><updated>2009-03-22T18:30:40Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Windows XP/Vista Only?</title><link href="https://sourceforge.net/p/xslt2processor/support-requests/2/" rel="alternate"/><published>2009-03-22T18:30:40Z</published><updated>2009-03-22T18:30:40Z</updated><author><name>Pierre Gecils</name><uri>https://sourceforge.net/u/pgecils/</uri></author><id>https://sourceforge.net5df64a23be203d1bdf44006d3e0944c1486afcca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Besides running my web application in the Windows environment, I also would like to execute it in a Linux environment.  Is XML_XSLT2Processor compatible with Linux?  An old version of the application (without the XML_XSLT2Processor) runs at &lt;a href="http://gecils.com/pgtv143/byday.php." rel="nofollow"&gt;http://gecils.com/pgtv143/byday.php.&lt;/a&gt; (use guest for user and password)&lt;/p&gt;
&lt;p&gt;If it executes in a Linux environment, are there any specific recommendations?  I am not very familiar with Linux.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;
Regards,&lt;br /&gt;
Pierre&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Unable to transformToXML()</title><link href="https://sourceforge.net/p/xslt2processor/support-requests/1/" rel="alternate"/><published>2007-11-16T22:32:07Z</published><updated>2007-11-16T22:32:07Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netf9de67711702be08ebf566a71a5d46443f97c437</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br /&gt;
I am attempting to use your package and am having some trouble. I have validated that the importStyleSheet() function is loading by outputting it's result... I assume the '1' is true, or successful. However, I can't get the transformToXML() function to return anything at all. Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;br /&gt;
include "/usr/share/pear/XML/XSLT2Processor.php";&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Test&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;? print(Date("l F d, Y")); ?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;? &lt;br /&gt;
$doc = new DOMDocument();&lt;br /&gt;
$xslt2 = new XML_XSLT2Processor();&lt;/p&gt;
&lt;p&gt;$doc-&amp;gt;load("IntuitectProjectToExcelXml.xsl");&lt;br /&gt;
echo $xslt2-&amp;gt;importStyleSheet($doc); //attach xsl rules&lt;/p&gt;
&lt;p&gt;$doc-&amp;gt;load("IntuitectProjectModel.xml");&lt;br /&gt;
echo $xslt2-&amp;gt;transformToXML($doc);&lt;/p&gt;
&lt;p&gt;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>