xsl-list
[Top] [All Lists]

Re: counting preceding siblings in with-param

2003-07-23 08:30:43
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