Re: [xsl] counting preceding siblings in with-param

Subject: Re: [xsl] counting preceding siblings in with-param
From: John Sands <WonkoWatson@xxxxxxxxx>
Date: Wed, 23 Jul 2003 11:30:43 -0400
>>so I need to pass in the section-number as a parameter, instead of
>>calculating it inside the template:

> Maybe there's a reason you haven't given as to why you have to pass
> it as a parameter?

Yes - sorry for not being clearer. I ALSO call the same template from
my C# code with an XML document that does not contain all the
sections, but just one of them. I have the correct section number in a
C# variable. Like this:

      XsltArgumentList args = new XsltArgumentList();
      args.AddParam("section-number", "", _sectionNumber.ToString());
      string html = XmlUtils.TransformXmlNode(_node, _xslt, args);

So it has to be a parameter to work in both situations.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread