I've had the pleasure of working a lot with XSLT the last couple of weeks while implementing a site in Umbraco.
在过去的几周里,我一直很高兴使用 XSLT 并用Umbraco.实现一个站点。
Developing macros in XSLT is somewhat far from what I've been used to in other higher-level languages I've worked with.
在XSLT 使用宏开发跟我过去使用的高级语言完全的不一样。
The last couple of days I've been struggling a lot with the scope of variables as well as updating some variables in a loop, without much luck.
这几天很不幸,我一直在同变量的取值范围和更新循环中变量作斗争。
It now turns out that this is not possible because "variables are constant" in XSLT.
不过现在证明那是不可能,因为在XSLT“变量是不变的”。
I wonder who came up with that idea...
我在疑惑是谁提出的这个想法...