<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>dob.sk Blog &#187; xml</title> <atom:link href="http://blog.dob.sk/category/devel/xml/feed/" rel="self" type="application/rss+xml" /><link>http://blog.dob.sk</link> <description>blog</description> <lastBuildDate>Tue, 05 Jul 2011 21:12:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>perl-XML::LibXML + global external entity loader</title><link>http://blog.dob.sk/2011/05/15/perl-xmllibxml-global-external-entity-loader/</link> <comments>http://blog.dob.sk/2011/05/15/perl-xmllibxml-global-external-entity-loader/#comments</comments> <pubDate>Sun, 15 May 2011 15:20:59 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[perl]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[XML::LibXML]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=252</guid> <description><![CDATA[Just created a quick patch against perl XML::LibXML module, that adds global external entity loader support. Till now it was only possible to have per instance entity loader, but this is not enough if you want i.e., XML::LibXSLT to also use yours entity loader for imports, and input callbacks doesn&#8217;t suit all your needs. Usage [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/05/15/perl-xmllibxml-global-external-entity-loader/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Solr Pager 0.2.2 released</title><link>http://blog.dob.sk/2009/12/20/solr-pager-0-2-2-released/</link> <comments>http://blog.dob.sk/2009/12/20/solr-pager-0-2-2-released/#comments</comments> <pubDate>Sun, 20 Dec 2009 20:02:19 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[solr]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=207</guid> <description><![CDATA[Released solr_pager 0.2.2. This release fixes little bug that prevented solr_pager to work in some configurations (ie. with standard search handler). Well, Solr documentation did not mentioned that it can pass empty (null) result set to my component. Also added some sanity checks to prevent similar situation again. New version can be found on http://devel.dob.sk/solr_pager, [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/20/solr-pager-0-2-2-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Solr Pager 0.2.1 released</title><link>http://blog.dob.sk/2009/12/09/solr-pager-0-2-1-released/</link> <comments>http://blog.dob.sk/2009/12/09/solr-pager-0-2-1-released/#comments</comments> <pubDate>Wed, 09 Dec 2009 13:46:48 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[solr]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=194</guid> <description><![CDATA[Released solr_pager 0.2.1, an feature update with improved first/last page navigation. Now they appear in result only when first/last page is not visible in generated paging list. This version can be found on http://devel.dob.sk/solr_pager, for more informations about how it works see this post.]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/09/solr-pager-0-2-1-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Solr Pager 0.2.0 released</title><link>http://blog.dob.sk/2009/12/05/solr-pager-0-2-0-released/</link> <comments>http://blog.dob.sk/2009/12/05/solr-pager-0-2-0-released/#comments</comments> <pubDate>Fri, 04 Dec 2009 22:50:34 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[solr]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=175</guid> <description><![CDATA[I&#8217;ve just published solr_pager a search component for Solr that should make paging easier. It&#8217;s main use should be by XSLT transformation (using XSLT writer), so one should not bother anymore with slow recursive XSLT hacks and only apply fast templates on paging list in search result. Initial version 0.2.0 can be found on http://devel.dob.sk/solr_pager. [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/05/solr-pager-0-2-0-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>XSLT &#8211; copy node with attributes without childs</title><link>http://blog.dob.sk/2009/11/11/xslt-copy-node-with-attributes-without-childs/</link> <comments>http://blog.dob.sk/2009/11/11/xslt-copy-node-with-attributes-without-childs/#comments</comments> <pubDate>Wed, 11 Nov 2009 07:14:44 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=143</guid> <description><![CDATA[Simple solution for not-so-trivial problem of copying xml node with all its attributes, but without child nodes. Without the last condition, solution is easy, one would use &#60;xsl:copy-of&#62;, but with it things are a bit harder, you should do smt. like: &#60;xsl:copy select="."&#62; &#60;!-- this copies element name --&#62; &#60;xsl:copy-of select="@*"/&#62; &#60;!-- this copies all [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2009/11/11/xslt-copy-node-with-attributes-without-childs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
