Hi,

Quick question:
I am trying to display a picasa album on my website.
Picasa web album url is:
http://picasaweb.google.com/data/feed/api/user/super2ni/albumid/5644525825696357361

I'm trying to do something like this:
<xsl:value-of select="count(//entry])"/>
but it will always return me "0".

If I try this:
<xsl:value-of select="count(//*[name(.)='entry'])"/>
I get the correct number of entries

Do you have any hint?

Tyvm,
Denis

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-picasa-data-api?hl=en.

Reply via email to