Talk:Browser-Side XSLT - Ajax Patterns

Talk:Browser-Side XSLT

From Ajax Patterns

The Google AJAXSLT documentation page is gone, just link to goog-ajaxslt.sourceforge.net[1].

Done, thanks. -- User:Mahemoff

Another XSLT site at AjaXSLT


--JohnJBarton 01:04, 8 March 2006 (EST) I guess that the example:

the following HTML will be output:

  <div class="category"
       onclick="retrieveCategory('{@name}')">
       <xsl:value-of select="@name"/>
  </div>
 

should read

the following HTML will be output:

  <div class="category"
       onclick="retrieveCategory('extras')">
       <xsl:value-of select="extras"/>
  </div>
 

Notice that the variable "@name" are replace by "extras" from the attribute coorresponding attribute on the category element.

--

--JohnJBarton 01:18, 8 March 2006 (EST) And perhaps:

In A Blink

Diagram Doc + XSLT = HTML

could be

In A Blink

(Diagram) XML-Document + XSLT -> HTML

The arrow gives a better sense of what XSLT does. Equals implies a reversal that ain't happening.

--