Hello:
XSLT is not as bad as i thought. Anyway I could pick up all
feed data
using it. However I having
trouble picking up category term/ with the following code..
I am
probably missing something.
<xsl:if test="atom:category">
<xyz>
<xsl:value-of
select="atom:category/atom:term"/>
</xyz>
<xsl:text> </xsl:text>
</xsl:if>
I have also tried
<xsl:if
test="atom:category/atom:term">
<xyz>
<xsl:value-of
select="atom:category/atom:term"/>
</xyz>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:value-of
select="atom:source/atom:category/atom:label"/>
any help
On 3/6/07, rubdabadub <rubdabadub gmail.com> wrote:
> Sam:
>
> Thanks for the reply. I started to get a hang of it.
> >
> > > It would be nice if there were two templates
one in xslt and one in
> > > htmltmpl that produce the same output for
learning purpose..
> >
> > Blaze a path!
> >
> > What you come up with can be committed for others
to learn from.
>
> Yes, This is my first task, I am trying to make an XSLT
version of the
> rss2.0 template. I will need help but hopefully I will
be able to submit
> something soon for review.
>
> > Feel free to ask more questions here.
>
> I will you can count on it
>
> Cheers
>
--
devel mailing list
devel lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel
|