|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: updating a param value for recursion [new problem
Hi
Theres a strange problem thats developed in the output I receive from the recursion. This is what I get: <Value ref="at1000">First</Value>> <Value ref="at2000">Second</Value>> <Value ref="at3000">Third</Value> I dont understand where the ' > ' is being generated from. Has it got anything to do with the fact that broadly my code structure is of the form: <xsl:template>
.....
<xsl:when --something-->
<xsl:call-template name="a"/>
....
</xsl:template><xsl:template name="a"> ..... <xsl:when --something--> <xsl:call-template name="b"/> .... </xsl:when> <xsl:otherwise><xsl:call-template name="a"/></xsl:otherwise> </xsl:template> <xsl:template name="b">
.....
<xsl:when --something-->
<Value> ....... </Value>
....
</xsl:template>Could someone please help. Thanks Rahil RahilQ wrote: Oh great! Its working perfectly now.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








