• In this article, I use Xalan as the XSLT processor.

    在本文中,我使用Xalan作为XSLT处理器。

    youdao

  • You can use any XSLT processor to try converting a topic.

    可以使用任何XSLT处理程序来转换主题。

    youdao

  • I hope I have clarified the inner workings of the XSLT processor.

    我希望已经说明了XSLT处理程序的内部工作原理。

    youdao

  • What happens if you integrate the XSLT processor in the application?

    如果将XSLT处理器集成到应用程序中,会发生什么?

    youdao

  • Once for the processing instructions, and once more with the XSLT processor?

    一次用于处理指令,另一次是使用XSLT处理器。

    youdao

  • My goal with XM (XSLT Make) is to wrap a friendly face around an XSLT processor.

    我对XM (XSLTMake)期待的目标是让XSLT处理器有张友好的面孔。

    youdao

  • Unlike JSP or PHP, an XSLT processor does not blindly write the tags in the output.

    和JSP或php不同,XSLT处理程序并不是把标签盲目地写入输出。

    youdao

  • It supports validating against a DTD and is used in Gnome's XSLT processor, libxslt.

    它支持对DTD的验证,并且在Gnome的xslt处理器libxslt中使用。

    youdao

  • expat or XT (parser and XSLT processor, respectively) are used by many XML developers.

    expat或XT(分别是解析器和XSLT处理器)被许许多多XML开发人员使用。

    youdao

  • You can make plenty of other optimizations, but their impact depends on the XSLT processor you use.

    您还可以执行许多其他优化,但是它们所起的作用取决于您使用的XSLT处理器。

    youdao

  • The serializer is not technically part of the XSLT processor, but it is essential for practical use.

    从技术上看,串行化器并不是XSLT处理器的一部分,但它在实际使用中是必不可少的。

    youdao

  • The key to this technique is the table-spec-source parameter, which is passed to the XSLT processor.

    这一技术的关键是table - spec - source参数,该参数被传递给XSLT处理程序。

    youdao

  • The XSLT processor does not perform the same compensation, with the effect you see in the output above.

    XSLT处理器不执行相同的补救措施,因此出现了您在上面的输出中所看到的效果。

    youdao

  • Altova, the maker of XMLSpy and other popular products, makes its XSLT processor available free of charge.

    Altova是XMLSpy和其他流行产品的生产商,他们提供了可免费获取的XSLT处理器。

    youdao

  • When writing XSLT style sheets, it helps to remember that the XSLT processor follows a recursive algorithm.

    当编写xslt样式表时,记住XSLT处理器遵循递归算法是很有帮助的。

    youdao

  • From the XSLT processor standpoint, there are no differences between DirectoryReader and a regular SAX parser.

    从XSLT处理器的角度来看,DirectoryReader和常规的SAX解析器之间没有区别。

    youdao

  • The PHP code used in this article is only necessary to create an XSLT processor object and apply the transformation.

    本文使用的PHP代码只用来创建XSLT处理器对象和应用转换。

    youdao

  • If you're careful to avoid processor-specific features, you can make these solutions work with any XSLT processor.

    如果您仔细地避免了特定于处理器的特性,则您可以使这些解决方案用于任何XSLT处理器。

    youdao

  • The hack uses a combination of the <xsl:text> element and a CDATA section to force the XSLT processor to accept the split

    这种拆分方法使用 <xsl:text>元素和CDATA节的组合来强迫XSLT处理器接受拆分

    youdao

  • TransformerHandler is the regular XSLT processor; it places no restrictions on the style sheet, such as table.xsl in Listing 3.

    TransformerHandler是常规XSLT处理器;它对样式表没有限制,如“清单3”中的table . xsl。

    youdao

  • On the other hand, an XSLT processor is not allowed to recognize extension points in any comment or text node of the stylesheet.

    另一方面,不允许XSLT处理程序识别样式表注释或者文本节点中的扩展点。

    youdao

  • Perhaps the biggest research challenge is to write an XSLT processor that can operate without building the source tree in memory.

    也许最大的研究挑战是编写不用在内存中构建源树就可以操作的XSLT处理器。

    youdao

  • This element tells the XSLT processor to get all of the text and child elements of the current element and transform them as well.

    该元素告诉XSLT处理器获取当前元素的所有文本和子元素并转换它们。

    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

  • The lexical handler doesn't do much: It simply forwards the events to the next filter in the pipe, but the XSLT processor requires them.

    词法处理程序并不做很多事情:它只将事件转发给管道中的下一个过滤器,但XSLT处理器需要它们。

    youdao

  • The document transformation usually is accomplished by applying the rules defined in a style sheet through the use of an XSLT processor.

    通过使用XSLT处理器,应用定义在样式表中的规则来完成文档转换。

    youdao

  • I originally thought I would preprocess the input XML documents: Then the links would be correct by the time they reach the XSLT processor.

    我原来想要预处理输入文档:那么当链接到达XSLT处理器时,它们是正确的。

    youdao

  • Indeed, in the first case, the application writes the XML document, which the XSLT processor immediately parses (often through a SAX parser).

    的确,在第一种情况中,应用程序编写了XSLT处理器可以立即分析的XML文档(通常通过sax语法分析器)。

    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 XSLT Recommendation allows an XSLT processor to use prefixes that it has fabricated even when the stylesheet provides a prefix to be used.

    即使样式表提供了供使用的前缀,XSLT建议书也允许 XSLT处理器使用它已经构建的前缀。

    youdao

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

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

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