The interface works well if you have to process only one XML document with a single style sheet.
如果您必须用一个单独的样式表只处理一个XML文档,那么该界面会很好地工作。
Here's a style sheet that defines the basic rule for copying an XML document.
这里有一个样式表,定义了用于复制XML文档的基本规则。
You can use our XSLT style sheet to convert the original schema into a new schema document.
可以使用前面的xslt样式表将原来的模式转换成新的模式文档。
What you'd like to be able to do is write one style sheet that handles all of the balance-type fields in the original document, without having to recode each new document type you create.
您所希望做的是编写一个样式表来处理原始文档中所有余额类型的字段,而不必对创建的每个新文档重新编码。
A typical XSLT style sheet transforms one XML document into another XML document, or into an HTML document.
典型的xslt样式表将一个HTML文档转换成另一个XML文档,或者转换成HTML文档。
But how does the style sheet find out whether a document is in the root?
但是,样式表如何查明文档是否在根目录中呢?
Indeed an XSLT style sheet is itself an XML document so it must follow the XML rules.
事实上,xslt样式表本身就是XML文档,因此它必须遵守XML规则。
I have also provided command-line arguments to set the input document, choose a style sheet, and change the options.
我还提供了命令行参数来设置输入文档、选择样式表和更改选项。
The XSL style sheet for transforming the document above is shown in Listing 3.
用来转化上面文档的XSL样式表显示在清单3 中。
What will be the output if a given XSL style sheet is applied to a given XML document?
如果将某个给定xsl样式表应用于某个给定xml文档,将会输出什么?
In styled HTML documents, a style sheet in the head of the document (or in a separate linked external style sheet) spells out how the browser should display tagged elements.
在具有样式的HTML文档中,放在文档顶部(或单独的外部样式表中)的样式表指定了浏览器显示元素的方式。
The procedure for developing a CSS2 style sheet to match an XML document dialect is straightforward.
开发CSS2样式表以匹配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文档呈现给用户。
You can take advantage of the fact that an XML schema is just an XML document and write a style sheet that processes it into another form.
可以利用XML模式就是一个XML文档的事实,编写样式表来将它处理成另一种形式。
I know myself and I'm sure that the task of writing the XSL style sheet to transform the intermediate document would be a never-ending story.
我了解自己,我也确信编写xsl样式表来转换中间文档的任务会是一个没完没了的故事。
That is, it is a program that takes an XML document and a style sheet as input and produces a result document as output.
即,它是使用XML文档和样式表作为输入,然后生成结果文档作为输出的程序。
When a style sheet is applied to an XML document, it is often helpful to include the creation date of the transformed result in the output.
将样式表应用于XML文档时,在输出中包含已转换结果的创建日期通常都很有用。
The document transformation usually is accomplished by applying the rules defined in a style sheet through the use of an XSLT processor.
通过使用XSLT处理器,应用定义在样式表中的规则来完成文档转换。
It is shorter than the push form of the style sheet, and its layout corresponds closely to the desired layout of the output document.
它比推形式的样式表短,其布局与期望的输出文档布局非常接近。
The fact that the HTML document loads a cascading style sheet is irrelevant at this stage.
实际上,HTML文档装入级联样式表与此阶段无关。
The second line of the XML document is a processing instruction containing the URL of the XSLT style sheet that is to be used on it.
XML文档的第二行是一个处理指令,它包含了要用于该文档的xslt样式表的URL。
This method requires one XML document as source, another document with formatting information (a style sheet), and the processor.
这种方法需要一个XML文档作为源文件,需要另一个带格式化信息(样式表)的文档,还需要处理器。
A more complex NITF document example: Download a sample NITF file that was transformed by an XSLT style sheet into a sample HTML output.
更复杂的NITF文档例子:这个示例NITF文件用xslt样式表转化成HTML输出。
Where you see output.fo, an intermediate XML document had to be translated to fo using a style sheet before it was sent to Fop.
在您看到out put .fo的地方,必须在将一个中间的XML文档发送到Fop以前使用样式表将它转换到fo。
So far, with that style sheet declaration alone, Mozilla does not do anything to help see the structure of the document.
到目前为止,只有这个样式表声明,Mozilla还不能对查看文档结构有任何帮助。
We then created a page design element within the Notes database, which contained the XSLT style sheet code that would transform the XML document into an SQL statement.
然后我们在Notes数据库中创建一个页面设计元素,它包含了将XML文档转换成sql语句的xslt样式表代码。
If anything, the two solutions are complementary: it might make sense to prepare an XML document with XI and pass it to a style sheet that will use XPath 2.0 to select specific bits of information.
如果有什么不同的话,那就是这两个解决方案是互补的:用XI准备XML文档然后将之传递给将使用XPath 2.0来选择特定信息位的样式表可能会不错。
The servlet then ran a transform on the XML document using an XSLT style sheet also stored in the Domino application, resulting in an SQL statement.
然后servlet使用也存储在Domino应用程序中的 XSLT样式表对XML文档运行转换,从而生成一个SQL 语句。
Originally, the JAXP expert group sought to provide a simple transform class with a few methods to allow specification of a style sheet and subsequent document transformations.
最初,JAXP专家小组试图提供一个简单的Transfor m类和几个方法,以使样式表和后面的文档变换规范化。
The generic style sheet defines the following rule: Every element in the HTML/XML document that needs be internationalized -- such as buttons, labels, or text -- must define the attribute nlsid.
常规样式表定义下列规则:需要国际化的HTML/XML文档中的每个元素――如按钮、标签或文本――必须定义属性nlsid 。
应用推荐