<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on Zend Framework: XSL and self-serializing Views]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/207</link>
    <description><![CDATA[]]></description>
    <pubDate>Sun, 14 Mar 2010 01:52:42 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on Zend Framework: XSL and self-serializing Views]]></title>
      <link>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5454</link>
      <guid>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5454</guid>
      <description><![CDATA[Thanks a lot! I will try that soon since I'm heading to try this Zend framework and I'm kind of XSL lover... :)]]></description>
      <content:encoded><![CDATA[Thanks a lot! I will try that soon since I'm heading to try this Zend framework and I'm kind of XSL lover... :)]]></content:encoded>
      <pubDate>Tue, 10 Feb 2009 04:33:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on Zend Framework: XSL and self-serializing Views]]></title>
      <link>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5455</link>
      <guid>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5455</guid>
      <description><![CDATA[Oscar, it's up to you whether or not you want to head into that direction. Of course there are downsides as well, which shouldn't go unmentioned: You're going to loose access to Form decorators and various other helpers. Plus, it's not the most ZEND way of doing things, so you might loose maintainability if someone else used to ZF will have to work on it.

]]></description>
      <content:encoded><![CDATA[Oscar, it's up to you whether or not you want to head into that direction. Of course there are downsides as well, which shouldn't go unmentioned: You're going to loose access to Form decorators and various other helpers. Plus, it's not the most ZEND way of doing things, so you might loose maintainability if someone else used to ZF will have to work on it.

]]></content:encoded>
      <pubDate>Tue, 10 Feb 2009 07:15:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #3 on Zend Framework: XSL and self-serializing Views]]></title>
      <link>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5749</link>
      <guid>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5749</guid>
      <description><![CDATA[What about xsl tranformed by the client ?
I can't find a way to do that since the client has to get the xsl file after it gets the xml.

]]></description>
      <content:encoded><![CDATA[What about xsl tranformed by the client ?
I can't find a way to do that since the client has to get the xsl file after it gets the xml.

]]></content:encoded>
      <pubDate>Sun, 22 Mar 2009 00:48:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #4 on Zend Framework: XSL and self-serializing Views]]></title>
      <link>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5975</link>
      <guid>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5975</guid>
      <description><![CDATA[<p>Hi Pascal,</p>
<p>I've just started to investigate the possibilities for the framework to implement xsl at rendering. I've worked with java and the spring framework and a kind of cascading xsl transformation. The controller fills a collection object with the various objects and reference data (as i18n language labels), which will be transformed to a kind of standard xml layout. Finally, this result is transformed to the final xhtml using common html transformation. I've tried CodeIgnitor, but I didn't manage to use the pear library, which has the XML/Serializer.php class. (also the XML/Unserializer.php class exists). I will try your demo, but also will try to extend the concept and maybe use caching for speed up.
<br />
If you have worked out some more examples, I will be interrested.</p>

<p>Just for NicKy, you can just add a reference to the xsl file like:</p>

<pre><code>
&lt;?xml-stylesheet type="text/xsl" href="D:\www\xslt\person.xsl"?&gt;
</code></pre>]]></description>
      <content:encoded><![CDATA[<p>Hi Pascal,</p>
<p>I've just started to investigate the possibilities for the framework to implement xsl at rendering. I've worked with java and the spring framework and a kind of cascading xsl transformation. The controller fills a collection object with the various objects and reference data (as i18n language labels), which will be transformed to a kind of standard xml layout. Finally, this result is transformed to the final xhtml using common html transformation. I've tried CodeIgnitor, but I didn't manage to use the pear library, which has the XML/Serializer.php class. (also the XML/Unserializer.php class exists). I will try your demo, but also will try to extend the concept and maybe use caching for speed up.
<br />
If you have worked out some more examples, I will be interrested.</p>

<p>Just for NicKy, you can just add a reference to the xsl file like:</p>

<pre><code>
&lt;?xml-stylesheet type="text/xsl" href="D:\www\xslt\person.xsl"?&gt;
</code></pre>]]></content:encoded>
      <pubDate>Thu, 30 Apr 2009 08:12:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #5 on Zend Framework: XSL and self-serializing Views]]></title>
      <link>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5978</link>
      <guid>http://www.contentwithstyle.co.uk/content/zend-framework-xsl-and-self-serializing-views/#comment-5978</guid>
      <description><![CDATA[<p>
Hello, I haven't go any experiences with the PEAR library for object serialization. Let me just say this: The above demo is more meant to be a proof of concept, rather than a proper library suggestion. As far as I can tell, using XSLT will make a lot of things really hard in Zend, as you'll loose the ability to utilize built in things like View helpers and so on.</p>

<p>
I can see why, coming from something like a Spring Framework or C# background, you'd feel familiar with XSLT, but I also believe it's a "non-Zendy" way of doing things, if that makes sense.
</p>]]></description>
      <content:encoded><![CDATA[<p>
Hello, I haven't go any experiences with the PEAR library for object serialization. Let me just say this: The above demo is more meant to be a proof of concept, rather than a proper library suggestion. As far as I can tell, using XSLT will make a lot of things really hard in Zend, as you'll loose the ability to utilize built in things like View helpers and so on.</p>

<p>
I can see why, coming from something like a Spring Framework or C# background, you'd feel familiar with XSLT, but I also believe it's a "non-Zendy" way of doing things, if that makes sense.
</p>]]></content:encoded>
      <pubDate>Thu, 30 Apr 2009 08:21:08 +0000</pubDate>
    </item>
  </channel>
</rss>
