XSLT Programmer"s Reference 读书笔记
看的是英文电子版,读到一些好句子,摘录一下,大家看着玩玩

There is no explicit provision for XHTML output, but since XHTML is pure XML, it can be written using the XML method in the same way as any other XML document type.
than the definitions in the parent module. If there are conflicting definitions, the one with higher import precedence will generally win. The detailed rules actually depend on the type of definition, and are given in the specification of <
It is an error for a stylesheet module to import or include itself, directly or indirectly, because doing so would define an infinite loop.It isn't an error, however, for a stylesheet module to be included or imported at more than one place in the stylesheet program.People often ask for some kind of facility to load stylesheet modules dynamically, based on a decision made while the transformation is running. The simple answer is that you can't do this.The typical way of using this is to have one stylesheet containing common template rules, followed by more specific stylesheet modules distinguished using the title or media pseudo-attributes. But other products, notably Microsoft's MSXML3, simply use the first stylesheet and ignore the others.
