XSLT and XML Schema are two cases in which an elaborate recommendation requires a full document to describe the transformation or data design, respectively.
详尽阐述的建议书需要完整的文档来分别描述转换或数据设计,XSLT和XML模式就是适用于此的两种情况。
Finally, the questionnaire XML document is rendered to the user according to the device being used, by applying the appropriate XSL transformation style sheet.
最后,通过应用适合的XSL转换样式表,根据所使用的设备,将调查表的XML文档呈现给用户。
XSLT is a W3C standard that performs the transformation of XML into another format such as HTML, PDF, or even another XML document that uses a different schema.
XSLT是一个W3C标准,可将XML转换为其他格式,比如HTML 和PDF 格式,或者转换成使用不同模式的另一个 XML文档。
In general, to transform an XML document from one form to another, the rules of the transformation must be defined using XSL.
通常,把一个XML文档转化成另外一个,转化的规则必须用xsl来定义。
Since the source document is the log file, no information is lost in the transformation, and it is trivial to re-create exactly the original format from the XML.
因为源文档是日志文件,在转换中无信息丢失,而从XML重新创建原始格式的文档非常繁琐。
You can do many things with an XML document, but one of the most common involves use of an XSL Transformation to convert it into some other format, such as HTML or RSS.
使用XML文档可以做很多工作,但是其中最重要的一项就是使用XSLTransformation将其转换为一些其他格式,比如HTML或 RSS。
With this simple transformation, you can process almost any Web page as an XML document, and you can apply your favorite XML tools for extracting data — SAX, XSL, XPath — you name it.
用这个简单的转换,就差不多能把每个Web页面都当作XML文档进行处理,还能用自己喜欢的任何XML工具(比如sax、XSL、XPath,等等)提取数据。
Perform the transformation, specifying the XML document and result target.
执行变换,指定XML文档和结果目标。
Fields like name and value can be stored as XML data, while the presentation can be created by transforming the XML document into HTML through an XSL transformation.
类似name和value的字段可以存储为XML数据,而通过使用XSL转换将XML文档转换成HTML可以创建表示。
XSL Transformation (XSLT) is used to transform an XML document into another XML document, or into another type of document that is recognized by a browser, such as HTML and XHTML or even plain text.
XSLTransformation (XSLT)用于将XML文档转换为另一种 XML 文档,或者转换成可由浏览器识别的其他类型的文档,比如HTML、XHTML 或者纯文本。
As you know, the transformation input to XSLT must be an XML document, and XSLT can read additional XML documents through the document function.
我们知道,XSLT的转换输入必须是XML文档,XSLT可以通过document函数读入其他XML文档。
This paper discusses design and realization of the document transformation from PDF to XML.
论文介绍了从PD F文档向XML文档转换的设计和实现原理。
You can optionally set properties to specify an XSL Transformation (XSLT) style sheet that formats the XML document before it is written to the output stream.
您可以选择性地设置属性,以指定一个在XML文档写入输出流之前对其进行格式化的XSL转换 (XSLT)样式表。
The transformation between XML document and non-structured data such as text file and OCR data were discussed in this paper too.
本文还对XML文档与文本数据、OCR数据转换等问题进行了探讨,提出解块这些问题的数据转换模型。
If no XSL transformation style sheet is specified, the XML document is displayed by using the default format.
如果未指定XSL转换样式表,则可使用默认格式显示XML文档。
Data transformation means parsing an input XML document into a tree of nodes, and then converting the source tree into a result tree. Transformation is about data exchange.
数据转换则意味着将输入的XML文档解析为一棵树,并将源树转换为目标树,是关于数据上的变换。
Data transformation means parsing an input XML document into a tree of nodes, and then converting the source tree into a result tree. Transformation is about data exchange.
数据转换则意味着将输入的XML文档解析为一棵树,并将源树转换为目标树,是关于数据上的变换。
应用推荐