1. Can't rely on BCmode when evaluating the expression?
计算表达式的时候不能依赖BC方式。
来自互联网
2. BCmode affects the iteration capability of XSL: value-of.
BC模式影响xsl:value -of的迭代功能。
来自互联网
3. BCmode allows certain automatic type conversions to occur.
BC模式也允许某些自动类型转换。
来自互联网
4. Use BCmode, or append a predicate [1] onto the select expression.
使用BC模式,或者在 select表达式后加上谓词 [1]。
来自互联网
5. Support for this axis becomes optional for 2.0, except that BCmode requires that it be supported.
中对该轴的支持是可选的,不过BC模式要求支持它。
来自互联网
6. BCmode allows certain automatic type conversions to occur, as well as automatic selection of the first member of a node-set.
BC模式允许进行某些自动类型转换和自动选择节点集的第一个成员。
来自互联网
7. The transformation logic controlled by XSLT elements in FC or BCmode can differ from the same elements outside of those modes.
FC或BC方式下xslt元素控制的转换逻辑可能不同于其他方式下的相同元素。
来自互联网
8. When an instruction is executed by a 2.0 processor in BCmode, its result might not be identical to the result produced by a 1.0 processor.
如果执行由 2.0处理程序在BC模式下执行,结果可能和 1.0 处理程序生成的结果不完全一样。
来自互联网
9. Passing extra parameters (not declared as incoming parameters on the called template) is an error in 2.0, but BCmode will suppress the error.
在2.0中传递多余的参数(被调用模板中没有声明的输入参数)会导致错误,但BC模式会排除该错误。
来自互联网
10. BCmode is in effect when the element has a version number, either due to its own version attribute or through scoping, that is lower than the version of the processor.
11. BCmode impacts numeric comparisons in two ways: allowing selection of the first member of a set and obtaining NaN for a non-numeric value, rather than throwing a type error.