|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: counting preceding siblings in with-param
>>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
|
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
|






