> <xsl:template match="rdf:RDF">
> <html>
> <body>
> <table border="1">
> <xsl:for-each select="item">
> <tr>
> <td><xsl:value-of select="title"/></td>
> <td><xsl:value-of select="link"/></td>
> </tr>
> </xsl:for-each>
> </table>
> </body>
> </html>
> </xsl:template>
> </xsl:stylesheet>
>
>
>
>I'ts been awhile, but try the above.
>
>--
>Anthony Ettinger
>Signature: http://chovy.dyndns.org/hcard.html


nope
it doesn't work like this
still the same result
I think the problem is in the way that I'm accessing the elements
how exactly this should be done ?... 

-----------------------------------------------------------------
http://www.sportni.bg/worldcup/ - Германия 2006 - Световното първенство по 
футбол наближава!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to