|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » XPath » Posts » XSL (RSS)
-
<xsl:template match="cxml:Item" mode="col"> <xsl:variable name="FILENAME" select="…someXPathQuery…"/> <xsl:variable name="IMAGE" select="concat(‘http://gallery.clipflair.net/activity/image/’, $FILENAME, ‘.png’)"/> … I got confused a bit ...
-
While trying to generate a single HTML page that will list all ClipFlair activities using XSL Transformations (XSLT), I had the need to group items in 2-column rows. This is my contribution to other solutions suggested at (if you like it you can vote it up there): ...
|
|
|