On Fri, Feb 18, 2011 at 09:54:39 -0700, Eric Blake wrote:
> On 02/18/2011 06:31 AM, Jiri Denemark wrote:
> >>> +++ b/docs/devhelp/devhelp.xsl
> >>> @@ -13,6 +13,13 @@
> >>>    <!-- Build keys for all symbols -->
> >>>    <xsl:key name="symbols" match="/api/symbols/*" use="@name"/>
> >>>  
> >>> +  <xsl:template match="/">
> >>> +    <xsl:document xmlns="http://www.devhelp.net/book"; 
> >>> href="libvirt.devhelp"
> >>> +                  method="xml" encoding="UTF-8" indent="yes">
> >>> +      <xsl:apply-templates/>
> >>> +    </xsl:document>
> >>> +  </xsl:template>
> >>> +
> >>>    <xsl:template match="/api">
> >>>      <book title="{@name} Reference Manual" link="index.html" author="" 
> >>> name="{@name}">
> >>>        <xsl:apply-templates select="files"/>
> >>
> >>   But that chunk is far from clear, why are you doing this ?
> > 
> > Ah, the reasoning was in a different email, I should have copied at least 
> > part
> > of it into the commit message for this patch:
> 
> ACK! (but only with the commit message expanded to include the
> rationale).

Fixed and pushed. Thanks

Jirka

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to