<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/phpxmlclasses/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/phpxmlclasses/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpxmlclasses/feature-requests/</id><updated>2004-05-16T19:23:08Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Passing parameters to XSLT</title><link href="https://sourceforge.net/p/phpxmlclasses/feature-requests/3/" rel="alternate"/><published>2004-05-16T19:23:08Z</published><updated>2004-05-16T19:23:08Z</updated><author><name>Ben Brophy</name><uri>https://sourceforge.net/u/zenkenobi/</uri></author><id>https://sourceforge.net00c5647c91adef8bf5c31d7919745056ea641573</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The PHP is a great convenience - but I'd love to see something &lt;br /&gt;
built into the functions that lets me pass variables to the XSLT &lt;br /&gt;
files. I hope I'm not missing it, but i only see ways to pass the uri's &lt;br /&gt;
of the xml and xslt files. Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>RSS Creation Class</title><link href="https://sourceforge.net/p/phpxmlclasses/feature-requests/2/" rel="alternate"/><published>2004-03-16T00:13:39Z</published><updated>2004-03-16T00:13:39Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta3e5c394509e3fc9894db83091b3efa63d08c820</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am interested in a class that allows me to interface &lt;br /&gt;
with an RSS object model that can then be dumped in &lt;br /&gt;
any of the major RSS formats.  Is this on the table?&lt;br /&gt;
Does anyone have any ideas?  Please email me at &lt;br /&gt;
jlb0001@hotmail.com with your response.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>read stylesheet from xml file</title><link href="https://sourceforge.net/p/phpxmlclasses/feature-requests/1/" rel="alternate"/><published>2002-11-04T21:38:38Z</published><updated>2002-11-04T21:38:38Z</updated><author><name>Rajiv Manglani</name><uri>https://sourceforge.net/u/rajivmanglani/</uri></author><id>https://sourceforge.net4d60d40b4f432e21dd891697727a926817acce8b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;class_xslt should be able to read an xml-stylesheet&lt;br /&gt;
from the xml doc. eg if the xml doc starts with:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;?xml version=&amp;amp;quot;1.0&amp;amp;quot;?&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;?xml-stylesheet href=&amp;amp;quot;/xsl/bio.xsl&amp;amp;quot; type=&amp;amp;quot;text/xsl&amp;amp;quot;?&amp;amp;gt;&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;then we should be able to just write:&lt;/p&gt;
&lt;p&gt;$xslt=new Xslt();&lt;br /&gt;
$xslt-&amp;amp;gt;setXml(&amp;amp;quot;foo.xml&amp;amp;quot;);&lt;br /&gt;
$xslt-&amp;amp;gt;transform()&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>