wysocki wrote:
You should iterate your SQL function you make a call to:<xsl:apply-templates select="/in:inputs/in:result[@name='AllSubjects']/root/NewDataSet/Table" />
<xsl:template match="/in:inputs/in:result[@name='AllSubjects']/root/NewDataSet/Table">
/Vitaly
Thanks. That worked! I got:
<htmlxmlns="http://www.w3.org/1999/xhtml"><head/><body><h1>test</h1><p>ID: 132</p><p>GradLevel: Special</p><p>Subject: TEST Subject</p><p>Type: Special</p><p>SubType: </p><p>School: TEST School</p><p>Sites: Newton Park</p><p>URL: /sql-demo</p></body></html>