XSLT for-each from query results
- by Ben Record
I've been on a hunt for a while trying to find a solution to this but I cannot find anywhere that addresses this problem.
I'm running a SQL query through XSLT which will return three rows. Here is the query:
<query name="OrderedProductNames" rowElementName ="OrderedItem">
<sql>
<![CDATA[
select…