Re: Re: transform RDF to HTML via XSL and PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> <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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux