Re: Probleme mit Integration eines RDF feed
silvan zurbruegg <[email protected]> Tue, 20 Jul 2004 18:31:08 +0200
| Newsgroups | gmane.comp.cms.bitflux.general.german |
|---|---|
| Organization | bitflux.ch |
| Message-ID | <[email protected]> |
> ich bin in der for-each: > <xsl:value-of select="rss:title"/> - kommt > <xsl:value-of select="dc:date"/> - kommt NICHT! > <xsl:value-of select="/foo/*[name() = 'content:encoded']/text() "/> - kommt > NICHT! /foo/ war einfach platzhalter fuer den node wo du grad drin bist <xsl:value-of select="./*[name() = 'content:encoded']/text()/"/> <xsl:value-of select="./*[name() = 'dc:date']/text()"/> btw; xmlns:dc="http://purl.org/dc/elements/1.1/" -> dublincore xmlns:content="http://purl.org/rss/1.0/modules/content/" -> content module gruss silvan