Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Question: Functions; I have input, but no output. What's wrong with my XSLT?

$
0
0

Hi 

I'm not clear. Why are you using the parameter's value in your XSLT?

<xsl:apply-templatesselect="/in:inputs/in:result[@name='URL']/root/NewDataSet/Table"/>
<xsl:templatematch="/in:inputs/in:result[@name='URL']/root/NewDataSet/Table">

 

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


Viewing all articles
Browse latest Browse all 2540

Trending Articles