XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old April 16th, 2008, 01:51 PM
Hysteria86 Hysteria86 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2005
Posts: 111 Hysteria86 User rank is Lance Corporal (50 - 100 Reputation Level)Hysteria86 User rank is Lance Corporal (50 - 100 Reputation Level)Hysteria86 User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 3 h 23 m 43 sec
Reputation Power: 3
Flickr

Hi, has anyone ever used XSLT with Flickr? I'm trying to display search results I have obtained from an AJAX request call with a javascript method, and the method returns the results fine, but I can't seem to get the results to print using an XSL stylesheet.

This is the XSL I'm using

Code:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" 
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">

  <html>
  <body>
    <h2>Results</h2> 
    <table border="1">
      <tr bgcolor="#9acd32">
        <th align="left">Title</th> 
        <th align="left">Link</th> 
      </tr>
      <xsl:for-each select="rsp/photos/photo">
      <tr>
	<td><xsl:value-of select="@title"/></td>
<td><xsl:value-of select="@owner"/> </td>
       
      </tr>
      </xsl:for-each>
  </table>
  </body>
  </html>
</xsl:template> </xsl:stylesheet> 


And the XML from the Flickr API

Code:
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl">
<rsp stat="ok">
<photos page="1" pages="17331" perpage="100" total="1733011">
        <photo id="2418042587" owner="10661855@N03" secret="d6152624fa" server="2064"
farm="3" title="Filou" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849214" owner="66405213@N00" secret="87db562780" server="2312"
farm="3" title="Fudge" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849830" owner="66405213@N00" secret="c103bacbf4" server="2172"
farm="3" title="Daisy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418031345" owner="66405213@N00" secret="ec8496121f" server="2048"
farm="3" title="Fudge" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418027859" owner="8494729@N06" secret="1f727c9465" server="3149"
farm="4" title="teribbileeeee" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849764" owner="66405213@N00" secret="9cd828949a" server="3163"
farm="4" title="Daisy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849300" owner="8494729@N06" secret="3ba2160816" server="2332"
farm="3" title="RRamon in the window" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2418032547" owner="96646409@N00" secret="23da255934" server="3227"
farm="4" title="???????" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418034755" owner="23356529@N06" secret="643bd9e9a0" server="3041"
farm="4" title="Kitten" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418850030" owner="66405213@N00" secret="34b903daa0" server="2373"
farm="3" title="Daisy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418848746" owner="66405213@N00" secret="161212c890" server="2086"
farm="3" title="Daisy bottom..." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849280" owner="66405213@N00" secret="d12570c2e9" server="3243"
farm="4" title="Fudge" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418032041" owner="66405213@N00" secret="90948c525d" server="2146"
farm="3" title="Daisy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418032445" owner="66405213@N00" secret="9f878d3dbf" server="3105"
farm="4" title="Daisy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849084" owner="66405213@N00" secret="498ca405c5" server="3119"
farm="4" title="Fudge after grooming..." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418024135" owner="8494729@N06" secret="9ff2cd43c2" server="2310"
farm="3" title="Ernesto" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2418849676" owner="66405213@N00" secret="2cafc9bf60" server="3024"
farm="4" title="Daisy 'n Fudge" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849370" owner="66405213@N00" secret="4c84574a15" server="3234"
farm="4" title="Daisy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418023279" owner="8494729@N06" secret="d878071656" server="2271"
farm="3" title="RRamon" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418843290" owner="8494729@N06" secret="0d7a6c76a6" server="2059"
farm="3" title="sul letto" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418032343" owner="66405213@N00" secret="b1e9ebaf83" server="2091"
farm="3" title="Fudgey" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418849476" owner="66405213@N00" secret="339fbc959f" server="2131"
farm="3" title="Pounce!" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418848846" owner="66405213@N00" secret="0e9b2e5b6c" server="3134"
farm="4" title="Fudge" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418026339" owner="8494729@N06" secret="5599f657b6" server="3215"
farm="4" title="RRamon." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418029791" owner="8494729@N06" secret="dbbf45c7d8" server="2116"
farm="3" title="sempre RRamon" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2418031047" owner="66405213@N00" secret="3924e49bce" server="2139"
farm="3" title="Poppy Love..." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418828472" owner="30447586@N00" secret="804539d7d7" server="3253"
farm="4" title="Today's Cat@20080416" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418831976" owner="17471695@N00" secret="c2de564944" server="3028"
farm="4" title="my girls" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418817100" owner="99392196@N00" secret="493df25c6a" server="2345"
farm="3" title="Apr 15 2008" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417988793" owner="24818622@N06" secret="cc9909e58f" server="2346"
farm="3" title="En otro tiempo estas" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418815774" owner="23416307@N04" secret="38d2c566ba" server="2312"
farm="3" title="Le chat botté - Puss in boots" ispublic="1" isfriend="0"
isfamily="0" />
        <photo id="2418000643" owner="99392196@N00" secret="d1a1c21e48" server="2105"
farm="3" title="Apr 16 2008" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417988703" owner="54875547@N00" secret="2da5f96557" server="2386"
farm="3" title="P1120774" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418807548" owner="49186501@N00" secret="a9d33dbf3d" server="2403"
farm="3" title="2007-02-08 - Sancho on the toilet" ispublic="1" isfriend="0"
isfamily="0" />

        <photo id="2417999193" owner="25358534@N08" secret="0f4b92982e" server="2089"
farm="3" title="phoenix" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417996697" owner="14685842@N00" secret="cbcdedd293" server="3036"
farm="4" title="Out for a walk" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418814482" owner="8493815@N07" secret="3b8061db3b" server="2340"
farm="3" title="I don't do mornings-" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417998701" owner="23416307@N04" secret="82f27e4d69" server="3049"
farm="4" title="Le chat botté - Puss in boots" ispublic="1" isfriend="0"
isfamily="0" />
        <photo id="2418806714" owner="54875547@N00" secret="d4b266e82b" server="2197"
farm="3" title="P1120809" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418808222" owner="10745821@N00" secret="8b2713672c" server="2304"
farm="3" title="DSCF5059.JPG" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417973967" owner="11651186@N05" secret="a0fe445835" server="2303"
farm="3" title="" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418786484" owner="47081696@N00" secret="8761ca7b02" server="2107"
farm="3" title="hug the nerdboy 1.jpg" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417970141" owner="47081696@N00" secret="6152336bfc" server="2053"
farm="3" title="hug the nerdboy 3.jpg" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2417970115" owner="47081696@N00" secret="49f5e2288b" server="2147"
farm="3" title="hug the nerdboy 2.jpg" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417952075" owner="7889981@N06" secret="099d7618d6" server="3092"
farm="4" title="2062" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417953349" owner="47241502@N00" secret="229a9778b8" server="3029"
farm="4" title="Sailor and smunch" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417948869" owner="25028103@N04" secret="652a340973" server="2080"
farm="3" title="moskbkf" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417945877" owner="78848286@N00" secret="ba0b56a097" server="3260"
farm="4" title="eric" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418750402" owner="14190645@N02" secret="e09e06c5a3" server="2132"
farm="3" title="It's a cat's life V" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417940197" owner="25189741@N07" secret="0c86f15763" server="2012"
farm="3" title="SIMBA" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417937433" owner="22557911@N07" secret="6c95f35234" server="2179"
farm="3" title="Got My Eye on You" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418751244" owner="14886955@N03" secret="2c35f0496b" server="3169"
farm="4" title="Jessie" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2418750398" owner="14190645@N02" secret="02fe765c9e" server="2201"
farm="3" title="It's a cat's life III" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418750180" owner="14886955@N03" secret="164626e809" server="2299"
farm="3" title="Cosmo" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418748622" owner="14886955@N03" secret="514ec0c6a0" server="2066"
farm="3" title="Cosmo" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418750404" owner="14190645@N02" secret="6d140ecee0" server="3003"
farm="4" title="It's a cat's life II" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418750406" owner="14190645@N02" secret="32c66ff53d" server="2367"
farm="3" title="It's a cat's life I" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418760580" owner="25238865@N05" secret="d59fc2f855" server="3260"
farm="4" title="cat in the mirror ll" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417934109" owner="14886955@N03" secret="49fb587c7f" server="3224"
farm="4" title="Cosmo" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417941381" owner="25238865@N05" secret="e012802247" server="2017"
farm="3" title="cat in the mirror l" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418750400" owner="14190645@N02" secret="e37ddeab89" server="2317"
farm="3" title="It's a cat's life IV" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2418758918" owner="23053299@N08" secret="efe62f08a3" server="2003"
farm="3" title="portrait of a lady" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418737780" owner="60443393@N00" secret="12b3743c09" server="2094"
farm="3" title="04-16-08_0718" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417924593" owner="28856713@N00" secret="168f23f979" server="3210"
farm="4" title=""LuLu" a ßî®THÐãY Gift =)" ispublic="1" isfriend="0"
isfamily="0" />
        <photo id="2417931097" owner="21127811@N06" secret="e104743cf6" server="2377"
farm="3" title="Amineko" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418744588" owner="14886955@N03" secret="74022881de" server="3266"
farm="4" title="Jessie" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417921241" owner="60443393@N00" secret="bb71956c50" server="3158"
farm="4" title="04-12-08_1340" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418747614" owner="21127811@N06" secret="caf2bb845d" server="2244"
farm="3" title="Amineko" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418746396" owner="14886955@N03" secret="4dc65b1688" server="2079"
farm="3" title="Jessie" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417931039" owner="14886955@N03" secret="fc1108aaa9" server="2337"
farm="3" title="Cosmo" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2417921075" owner="60443393@N00" secret="672999a411" server="3147"
farm="4" title="03-30-08_2008" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417909257" owner="14886955@N03" secret="5ca1668361" server="3245"
farm="4" title="Jessie" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417917185" owner="18432579@N00" secret="9b03eb7e7e" server="3014"
farm="4" title="Cemetary cats" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417916273" owner="36972884@N00" secret="3a65e98957" server="2204"
farm="3" title="A cat, my wrist, a friend's favorite book 16/365" ispublic="1"
isfriend="0" isfamily="0" />
        <photo id="2418731356" owner="11334344@N00" secret="07bb465723" server="3230"
farm="4" title="Cosmo" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417899947" owner="11334344@N00" secret="d4e9e63c53" server="2086"
farm="3" title="Mies" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417887407" owner="20364533@N00" secret="7237115408" server="2044"
farm="3" title="" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417885731" owner="21797421@N06" secret="40d855835c" server="2342"
farm="3" title="cat's eye." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418703644" owner="21797421@N06" secret="1ffe7774de" server="3051"
farm="4" title="the sailor lost his ship." ispublic="1" isfriend="0" isfamily="0"
/>

        <photo id="2417886019" owner="21797421@N06" secret="10d2266d80" server="3261"
farm="4" title="spring grows up." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418689576" owner="35075905@N00" secret="270448e303" server="2259"
farm="3" title="Day 38 - Dandy play" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417870469" owner="35075905@N00" secret="06cf17a8e3" server="3080"
farm="4" title="Day 37 - Dandy and Dizzy flop" ispublic="1" isfriend="0"
isfamily="0" />
        <photo id="2417871479" owner="35075905@N00" secret="5731b812c9" server="2160"
farm="3" title="Day 37 - Isis feeding the kittens" ispublic="1" isfriend="0"
isfamily="0" />
        <photo id="2418690016" owner="35075905@N00" secret="e0f734ec4f" server="3294"
farm="4" title="Day 38 - Dandy and Dizzy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418688308" owner="35075905@N00" secret="5279a5302c" server="3115"
farm="4" title="Day 38 - Delta and toy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418690752" owner="23402995@N04" secret="db766d986c" server="3162"
farm="4" title="ti tengo io..." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417872209" owner="35075905@N00" secret="11647f87cd" server="3107"
farm="4" title="Day 38 - Delta and Dandy" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418692246" owner="78294861@N00" secret="942ca79f00" server="3261"
farm="4" title="44" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2417871737" owner="35075905@N00" secret="e74672a3a2" server="3168"
farm="4" title="Day 38 - Delta playing" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418692340" owner="78294861@N00" secret="4d48e8ab7a" server="2379"
farm="3" title="45" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418691612" owner="23402995@N04" secret="4d3746e5b9" server="3260"
farm="4" title="siesta..." ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417875323" owner="78294861@N00" secret="c2e253ee9f" server="2321"
farm="3" title="43" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417875223" owner="78294861@N00" secret="2b5be96d0c" server="3089"
farm="4" title="42" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418695854" owner="25288790@N04" secret="db3bd74920" server="3153"
farm="4" title="aww" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418691892" owner="78294861@N00" secret="f28c300781" server="2405"
farm="3" title="41" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2417874983" owner="78294861@N00" secret="f02ef2c498" server="3118"
farm="4" title="40" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418690320" owner="35075905@N00" secret="056bb721be" server="3256"
farm="4" title="Day 38 - Dizzy climb" ispublic="1" isfriend="0" isfamily="0" />

        <photo id="2418691578" owner="78294861@N00" secret="d372eb7b28" server="2121"
farm="3" title="38" ispublic="1" isfriend="0" isfamily="0" />
        <photo id="2418690512" owner="23402995@N04" secret="077e9555ca" server="3187"
farm="4" title="sono o non  sono un Lord..." ispublic="1" isfriend="0" isfamily="0"
/>
        <photo id="2418689682" owner="35075905@N00" secret="5860090ed8" server="3271"
farm="4" title="Day 38 - Delta ball" ispublic="1" isfriend="0" isfamily="0" />
</photos>
</rsp>



Thanks

Last edited by Hysteria86 : April 16th, 2008 at 03:19 PM.

Reply With Quote
  #2  
Old April 17th, 2008, 09:17 AM
jkmyoung jkmyoung is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 474 jkmyoung User rank is Sergeant Major (2000 - 5000 Reputation Level)jkmyoung User rank is Sergeant Major (2000 - 5000 Reputation Level)jkmyoung User rank is Sergeant Major (2000 - 5000 Reputation Level)jkmyoung User rank is Sergeant Major (2000 - 5000 Reputation Level)jkmyoung User rank is Sergeant Major (2000 - 5000 Reputation Level)jkmyoung User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 18 m 31 sec
Reputation Power: 52
How much output are you getting now? Are you at least getting the table to show up, or is the problem with getting the xsl to process the xml?

Further, did you want the links to actually be hyperlinks?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Flickr


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway