• The transformation is done by an XSL processor.

    转换xsl处理器完成

    youdao

  • The same principle applies for the XSL processor.

    同一原则适用XSL处理器

    youdao

  • Usually, the extension methods are written in the same language as that of the XSL processor.

    通常扩展方法XSL处理器相同语言编写

    youdao

  • As we will see, the XSL processor finds this information most easily by matching the root element.

    我们看到的,通过匹配元素XSL处理器可以轻易地找到信息

    youdao

  • The result of this pre-processing is fed to an XSL processor, which generates the final XML document.

    预处理结果作为XSL 处理程序的输入,后者生成最终XML 文档。

    youdao

  • In some XSL processors, like Xalan, there are even extension methods written directly into the processor.

    某些XSL处理器中(xalan),甚至直接写到处理器中的扩展方法

    youdao

  • This XML could be dropped into another, larger XML document, displayed online, or passed into an XSL processor.

    XML可以放入另外一个更大的XML文档在线显示或者传递XSL处理程序。

    youdao

  • You're probably accustomed to starting with an XML file — something like phonebook.xml — and passing it into an XSL processor.

    可能习惯xml文件开始(比如phonebook . xml),将其传递XSL处理器中。

    youdao

  • That means the XSL processor looks for XML elements that match the expression defined by the "select" attribute of <xsl:apply-tempates>.

    意味着XSL处理器查找与 "select"属性定义表达式匹配的XML元素

    youdao

  • As a first step of the transformation, the XSL processor should be given a template that non-ambiguously matches some part of the source.

    作为变换一步应该XSL处理器明确匹配源xml一部分模板

    youdao

  • Be warned, though, that FOP — Formatting Objects processor, the open-source XSL processor from Apachedoes not fully implement the keep properties.

    然而需要警告的是,FOP (FormattingObjectsProcessor,格式化对象处理器)—Apache开放源码XSL处理器—没有完全实现keep特性。

    youdao

  • A positive note: the XSL processor cache does not need to be flushed; XSL processors with associated style sheets can be used until the style sheets change, which typically does not occur at run time.

    正面评价:不必清除XSL处理器缓存样式关联XSL处理器可以一直使用样式表改变为止,但样式表的更改一般不会运行发生

    youdao

  • You can do the job with an open-source XSLT processor, the XSL Formatting Objects (XSL-FO) vocabulary, and a formatting-object engine.

    可以利用开放源码XSLT处理器XSL格式化对象XSL Formatting Objects,XSL-FO词汇表格式化对象引擎来这项工作。

    youdao

  • In addition to its familiar place on XSL: stylesheet, that attribute is recognized by a 2.0 processor on inner elements, as described in the section on scoping standard attributes.

    除了常见的放在xslstylesheet元素中以外,2.0处理程序还可以内部元素中识别属性标准属性作用域一所述

    youdao

  • This transformation is simple because the FOP tool used as the fo processor in the XSL-FO tutorial examples now supports percentages as values of the font-size property.

    这个转换比较简单,因为XSL - fo教程示例中用作fo处理器FOP工具现在支持以百分比作为font - size属性

    youdao

  • To verify that the template is reached, place an XSL: message element at the top of the template to signal when the processor does indeed reach it.

    为了检查是否执行模板,可以模板开头加上xslmessage元素说明处理程序确实执行到了这里

    youdao

  • Since XSL: element creates an element in the output, it's necessary to let the XSLT processor create a namespace declaration for the fin namespace, as well.

    因为xslelement输出创建了元素,所以必要XSLT处理器fin名称空间创建名称空间声明

    youdao

  • The stylesheet contains a template (XSL: template) for every element in Listing 2 and it relies on the XSLT processor to select the most appropriate template.

    样式表包含清单2每个元素模板(xsltemplate),依赖XSLT处理器选择适合的模板。

    youdao

  • A simple example is when a 1.0 processor executes a 2.0 stylesheet template and encounters an XSL: document instruction.

    一个简单例子就是1.0处理程序执行2.0样式表模板或者遇到xsldocument指令。

    youdao

  • If an XSL: function element has an XSL: fallback instruction, then an XSLT 1.0 processor ignores the XSL: function element entirely and does not execute its XSL: fallback.

    如果xslfunction元素具有xslfallback指令XSLT 1.0处理程序完全忽略x sl: function元素,执行xsl: fallback。

    youdao

  • Depending on the value of the XSL: output statement, the processor may write the result according to XML or HTML syntax.

    根据xslout put语句处理程序可以按照XML或者html语法写入结果

    youdao

  • The as attribute in the first XSL: variable element instructs the XSLT processor to leave the value of the variable as a sequence of arbitrary items, not convert it to an RTF.

    第一个xslvariable元素中的a s属性告诉XSLT处理程序变量作为一个序列而不是将其转换为rtf。

    youdao

  • When a vendor implements the schema Awareness feature module (see Parts 1 and 3 of this series), the XSLT processor will accept the XSL: import-schema declaration.

    如果厂商实现模式感知特性模块(请参阅系列第13部分),XSLT处理程序应该接受xslimport - schema声明。

    youdao

  • Listing 4 illustrates the relationship between the XML input file, the XSL stylesheet, the XSLT processor, and multiple possible outputs.

    清单4演示XML输入文件xsl样式表XSLT处理程序多种可能输出之间关系

    youdao

  • The exception is the XSL: sort instruction, where the lang attribute tells the processor that it should sort strings in a manner consistent with the cultural conventions of the specified language.

    这个例外就是xslsort指令lang属性告诉处理程序应该按照指定语言文化传统一致的方式排序字符串

    youdao

  • The 1.0 processor simply ignores all children except the XSL: fallback elements and executes those in order.

    处理程序将忽略xslfallback之外所有元素按照顺序执行这些指令。

    youdao

  • The quickest way to find out which processor you're using is to print its name from an XSL: message element.

    确定所用处理程序简单的办法xslmessage元素打印出名字

    youdao

  • To create the HTML for display on our site, I created a prototype set of XSL transforms. By using an XSLT processor such as Sablotron, our guide XML files can be converted into HTML as follows

    为了创建站点显示HTML创建XSL转换原型集合。

    youdao

  • To create the HTML for display on our site, I created a prototype set of XSL transforms. By using an XSLT processor such as Sablotron, our guide XML files can be converted into HTML as follows

    为了创建站点显示HTML创建XSL转换原型集合。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定