Idiot
why dont you learn javascript
before you post Ms (inferior)
means to top or negligable
your little base of comprehension.
> Please see XSLT below, error i get is
>
[quoted text clipped - 5 lines]
>
> Microsoft JScript runtime error Wrong number of arguments or invalid property assignment line = 26, col = 38 (line is offset from the start of
the script block). Error returned from property or method call.
> file: sql.xsl
>
[quoted text clipped - 91 lines]
>
> <xsl:apply-templates
select="columnset/filter|columnset/specialfilter">
> <xsl:with-param name="ParentEntity"><xsl:value-of select="@entity"/></xsl:with-param>
> </xsl:apply-templates>
[quoted text clipped - 32 lines]
> <xsl:otherwise>#13;#10;#09;INNER</xsl:otherwise>
> </xsl:choose>#32;JOIN <xsl:apply-templates select="@entity"/>#32;ON#32;<xsl:apply-templates
select="@entity"/>.<xsl:value-of select="@from"/><xsl:value-of
select="@operator"/><xsl:value-of
select="user:getTablePrefix()"/><xsl:value-of
select="$ParentEntity"/>.<xsl:value-of select="@to"/>
> </xsl:variable>
> <xsl:value-of select="user:SaveJoin($join)"/>
[quoted text clipped - 4 lines]
>
> <xsl:apply-templates
select="columnset/filter|columnset/specialfilter">
> <xsl:with-param name="ParentEntity"><xsl:value-of select="@entity"/></xsl:with-param>
> </xsl:apply-templates>
[quoted text clipped - 28 lines]
> <xsl:otherwise>
> <xsl:value-of
select="user:SaveFilter(normalize-space($filter), string(@foper))"/>
> </xsl:otherwise>
> </xsl:choose>
[quoted text clipped - 3 lines]
> <xsl:param name="SubEntity"/>
> <xsl:value-of select="user:getTablePrefix()"/><xsl:value-of
select="$SubEntity"/>.<xsl:value-of select="@column"/>#32;<xsl:value-of
select="@operator"/>#32;<xsl:value-of select="@value"/>
> <xsl:apply-templates select="subquery">
> <xsl:with-param name="ParentEntity" select="$SubEntity"/>
[quoted text clipped - 27 lines]
> <xsl:otherwise>
> <xsl:value-of
select="user:SaveCols(normalize-space($col))"/>
> </xsl:otherwise>
> </xsl:choose>
[quoted text clipped - 13 lines]
> <xsl:with-param name="ParentEntity" select="$SubEntity"/>
> <xsl:with-param
name="PersistToStore">False</xsl:with-param>
> </xsl:apply-templates>
>
> FROM <xsl:apply-templates select="@entity"/>
> <xsl:if test="columnset/filter|columnset/subfilter">
> WHERE
> <xsl:apply-templates
select="columnset/filter|columnset/specialfilter">
> <xsl:with-param name="ParentEntity" select="$SubEntity"/>
> <xsl:with-param
name="PersistToStore">False</xsl:with-param>
> </xsl:apply-templates>
>
> <xsl:for-each select="columnset/subfilter">
> <xsl:if test="(position()>1) or (count(preceding::filter)>0)">#32;AND#32;</xsl:if>
> <xsl:value-of select="user:getTablePrefix()"/><xsl:value-of
select="$SubEntity"/>.<xsl:value-of select="@column"/>#32;<xsl:value-of
select="@operator"/>#32;<xsl:value-of
select="user:getTablePrefix()"/><xsl:value-of
select="$ParentEntity"/>.<xsl:value-of select="@pcolumn"/>
> </xsl:for-each>
> </xsl:if>
[quoted text clipped - 3 lines]
> <xsl:with-param name="ParentEntity" select="$SubEntity"/>
> <xsl:with-param
name="PersistToStore">False</xsl:with-param>
> </xsl:apply-templates>
> </xsl:if>
[quoted text clipped - 5 lines]
> #13;#10;<xsl:if test="@aggregate"><xsl:value-of select="@aggregate"/>(</xsl:if>
> <xsl:value-of select="user:getTablePrefix()"/><xsl:value-of
select="$SubEntity"/>.<xsl:value-of select="."/><xsl:if
test="@alias"></xsl:if>
> <xsl:if test="@aggregate">)</xsl:if>
> <xsl:if test="@alias">#32;"<xsl:value-of select="@alias"/>"
[quoted text clipped - 16 lines]
> <xsl:when test="column"><xsl:call-template name="column"><xsl:with-param name="SubEntity" select="$SubEntity"/></xsl:call-template></xsl:when>
> <xsl:when test="subquery"><xsl:apply-templates select="subquery"><xsl:with-param name="ParentEntity"
select="$SubEntity"/></xsl:apply-templates></xsl:when>
> </xsl:choose>
> </xsl:for-each>)
[quoted text clipped - 112 lines]
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...