单词 | XSL transformation | ||||
释义 | XSL transformation
例句释义: 转换,语言转形 1. The debugger can be used to debug a style sheet, or to debug a compiled XSL transformation invoked from another application. 调试程序可以用于调试样式表,也可以用于调试从另一个应用程序调用的已编译XSLT转换。 msdn2.microsoft.com 2. Each XSL Transformation primitive is associated with a map file that describes the transformations to be made to the input XML. 每个XSLTransformation原语与描述要对输入XML进行转换的映射文件关联。 www.ibm.com 3. To the document author, however, it may be formatting intended to be used in an XSL transformation. 对于文档作者来说,它可能是在XSL变换中将要使用的格式。 www.ibm.com 4. As XLIFF and TMX are both XML vocabularies, it is possible to use an XSL transformation to convert an XLIFF file to TMX format. XLIFF和TMX都是XML词汇表,因此可以使用XSL转换将XLIFF文件转化成TMX格式。 www.ibm.com 5. The project also contains an XSL Transformation (XSLT) WSDL 2. 0 pretty printer that provides a more human-readable form of a WSDL document. 该项目还包含XSLTransformation(XSLT)WSDL2.0优质打印机,用于提供更加可读的WSDL文档形式。 www.ibm.com 6. Finally, the method performing the XSL transformation should return the result of the transformation so it can be stored in a cache. 最后,执行XSL转换的方法还应返回转换的结果,以便将其保存在缓存中。 www.ibm.com 7. Another option for debugging is to set a breakpoint on the XSL transformation primitive in the Mediation Flow Editor. 另一个调试选项是在MediationFlowEditor中对XSL转换原语设置断点。 www.ibm.com 8. For the LDAP staff resolution plug-in, the XSL transformation additionally adapts the queries to the schema of the LDAP server to query. 对于LDAP人员解析插件,XSL转换对查询进行附加调整,以适应要查询的LDAP服务器的模式。 www.ibm.com 9. At the conclusion, an XSL transformation converts the results into the final HTML that gets sent over the wire. 最后使用XSL转换将结果转化成HTML,并通过网络发送出去。 www-128.ibm.com 10. The XSL transformation generates the staff queries that are executed by the associated staff resolution plug-in at runtime. XSL转换生成由关联的人员解析插件在运行时执行的人员查询。 www.ibm.com 1. This means that the XSL transformation should manage the translation of the messages dynamically. 这意味着XSL转换应当动态管理消息的翻译。 www.ibm.com 2. Presentation is controlled by an XSL transformation, which allows for delivery over multiple channels such as HTML, WAP, and MHEG. 表示层由XSL变换过程控制,它允许在多个通道如HTML,WAP,和MHE之间来投递信息。 osl.bsw.net.cn 3. Because of this, the XSL transformation that you write has to be specific to the report. 因此,您编写的XSL转换只能专用于报表。 msdn2.microsoft.com 4. The main XSLProcessor transformation function uses the browser's XSL transformation engine to process the XML. 主XSLProcessor转换函数将使用浏览器的XSL转换引擎来处理XML。 www.ibm.com 5. Reports are merely an XSL transformation of the same XML that drives the tests themselves. 报告只是驱动测试本身的同一XML的XSL的转换。 msdn2.microsoft.com 6. Property to provide the XSL Transformation style sheet with optional arguments. 属性提供具有可选参数的XSL转换样式表。 msdn2.microsoft.com 7. The debugger will allow inspection of SMO values both before and after the XSL transformation primitive at runtime. 调试器将允许在运行时检查位于XSL转换原语前后的SMO值。 www.ibm.com 8. In our example, we use the XRT notation, which is a loose extension of XSL that ties together query statements with an XSL transformation. 在本例中,我们使用XRT表示法,它是将查询语句与XSL转换捆绑在一起的XSL的松散扩充。 www.ibm.com 9. Among other things this grouping will help the creation of XSL transformation rules. 尤其是该分组将有助于XSL转换规则的创建。 www.ibm.com 10. Within a mediation flow, map files are created using the XSL Transformation primitive. 在中介流中,映射文件使用XSLTransformation原语创建。 www.ibm.com 1. Window displays the output of the XSL transformation. 窗口显示XSL转换的输出。 msdn2.microsoft.com 2. A better way is to use the XSL transformation language and create transformations, or XSL files. 一种更好的方式是使用XSL转换语言并创建转换(即XSL文件)。 msdn2.microsoft.com 3. This tip uses the Xalan XSL Transformation engine, but any XSLT processor will do. 本技巧文章使用XalanXSL转换引擎,但也可使用任何其它XSLT处理器。 www-128.ibm.com 4. This section describes the syntax of the staff query XML language that is generated by the XSL transformation. 本部分描述由XSL转换生成的人员查询XML语言的语法。 www.ibm.com 5. You can execute an XSL transformation and view the output from the XML Editor. 可以在“XML编辑器”中执行XSL转换并查看输出。 msdn2.microsoft.com 6. If no XSL transformation style sheet is specified, the XML document is displayed by using the default format. 如果未指定XSL转换样式表,则可使用默认格式显示XML文档。 technet.microsoft.com 7. In our example, this code can call an XSL transformation to adapt the ItemManagement message format to the HammerMonitor format. 在我们的例子中,这个代码可以调用一个XSL转换将ItemManagement的消息格式改编成HammerMonitor的格式。 www.infoq.com 8. An example is to apply XSL transformation to XML data. 例如,将XSL转换应用到XML数据。 msdn2.microsoft.com 9. The client completes the job by using the XSLT document function to retrieve the correct dictionary in the XSL transformation. 客户机将通过使用XSLTdocument函数在XSL转换中检索相应字典来完成国际化。 www.ibm.com 10. If a message comes from another application, it can have a different structure, and in this case the XSL transformation may fail. 假如有条消息来自另一个应用,它具有不同的结构,这种情况下XSL转换就会失败。 www.infoq.com 1. To understand how an XSL Transformation primitive is executed at runtime, consider the following scenario 为了明白XSLTransformation原语在运行时如何执行,请考虑以下场景 www.ibm.com 2. An XSL transformation contains the following information XSL转换包含以下信息 msdn2.microsoft.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。