[Home] [By Thread] [By Date] [Recent Entries]
Also, are you sure you need to modify the xsl:param via dom scripting as opposed to just passing in a parameter? There are two situations where adding "by hand" rather than via addParameter with MSXML is more suitable. Firstly for a quick change you may not want to bother creating a template and processor for a one-off transform. Secondly addParameter cannot change xsl:variable elements. I inherited a number of transforms that were written using variables and these now need to be modified programmatically, I could of course change the XSLT but that's a bigger job. You can also modify xpath statements within templates and the like to simulate a dynamic evaluate. -- Joe
|

Cart



