单词 | style sheet |
释义 |
复数:style sheets 例句释义: 格式页,样式表,样式单,风格表 1. 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输出。 www.ibm.com 2. One of your options is to embed JavaScript within the style sheet, either directly or as an external file. 选择之一是将JavaScript直接或作为外部文件嵌入样式表。 www-128.ibm.com 3. All components can be styled using CSS, making it easy to re-skin an entire application by making adjustments to the style sheet. 所有组件都可以通过CSS设置样式,这样,通过调整样式表,就可以轻松重置整个应用程序的皮肤。 www.ibm.com 4. The debugger can be used to debug a style sheet, or to debug an XSLT transformation invoked from another application. 调试程序可以用于调试样式表,也可以用于调试从另一个应用程序调用的XSLT转换。 msdn2.microsoft.com 5. So far, with that style sheet declaration alone, Mozilla does not do anything to help see the structure of the document. 到目前为止,只有这个样式表声明,Mozilla还不能对查看文档结构有任何帮助。 www.ibm.com 6. To use just a portion of the loaded document as the style sheet, navigate to the node corresponding to the beginning of the style sheet. 若要只使用所加载文档中的一部分作为样式表,请定位到对应于样式表开始处的节点。 msdn2.microsoft.com 7. Saxon also allows the tree to be supplied to user-written code for further processing, or to be fed as input to another style sheet. Saxon还允许将树提供给用户以便进一步处理,或者作为输入提供给另一个样式表。 www.ibm.com 8. The trick is to use another style sheet, generate_html. xsl, in Listing 10 to turn start. xsl into a more typical style sheet. 诀窍是使用清单10中的另一个样式表generate_html.xsl将start.xsl转换成更典型的样式表。 www.ibm.com 9. 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文档时,在输出中包含已转换结果的创建日期通常都很有用。 www.ibm.com 10. 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 1. It may seem strange to start with a tip on CSS in an article on XSLT, but I'm often asked "Are the two style sheet languages compatible? " 在讨论XSLT的文章中以关于CSS的技巧作为开始似乎有些奇怪,但有人经常问我“这两种样式表语言是否兼容?” www.ibm.com 2. As you see, this method takes the style sheet as input to use in all transformations for that Transformer instance. 如您所见,该方法将样式表作为输入,以在那个Transformer实例的所有变换中使用。 www.ibm.com 3. The Text page of the Style Builder dialog box makes it possible for you to define cascading style sheet (CSS) text positioning attributes . “样式生成器”对话框的“字体”页使您能够定义级联样式表(CSS)字体属性。 www.bing.com 4. You can apply these style rules directly to HTML elements or add them either to the current page or to an external style sheet. 您可以将这些样式规则直接套用至HTML项目,或加入至目前页面或外部样式表。 msdn.microsoft.com 5. 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. 在您看到output.fo的地方,必须在将一个中间的XML文档发送到Fop以前使用样式表将它转换到FO。 www.ibm.com 6. Once you have your selector names and an idea of what you want each to look like, you define them in a style sheet. 确定了类名和所需的样式之后,就要在样式表中定义它们。 www.ibm.com 7. When you want to apply a style sheet to another site , make sure that you attach the style sheet to the default master page of that site . 希望将样式表应用于另一个网站时,确保将该样式表附加到该网站的默认母版页上。 www.bing.com 8. In this section of the walkthrough , you will create a style sheet , which lets you use the same tools that you used to set inline styles . 在演练的本节中,将创建样式表,该样式表使您可以使用用于设置内联样式的相同工具。 www.bing.com 9. XSL processors are typically initialized with a reference to the source XML and a reference to the style sheet to be used. 通常以对源XML的引用和对要使用的样式表的引用来初始化XSL处理器。 www.ibm.com 10. Manage files and links between those files (one solution might be to let a style sheet read a directory). 管理文件和那些文件之间的链接(一种解决方案可能是让样式表读取目录)。 www.ibm.com 1. The result of this transformation is the same XML file with a new style sheet embedded in it. 该转换结果为同一XML文件,并嵌有一个新的样式表。 msdn2.microsoft.com 2. ASP. NET allows you to define themes, which are a combination of property settings for Web server controls, style sheet rules, and images. 使用ASP.NET可以定义主题,主题是Web服务器控件、样式表规则和图像的属性设置的组合。 msdn2.microsoft.com 3. It recursively walks through a set of directories, applying the style sheet as it goes along. 它递归地遍历一组目录,在这个过程中应用样式表。 www.ibm.com 4. For example, an element might have both an inline style rule and a style rule from a style sheet applied to it. 例如,某个元素可能同时应用了内联样式规则和来自样式表的样式规则。 technet.microsoft.com 5. However, it's a simple matter to initialize the Transformer with an XSLT style sheet to perform the second step as well. 然而,使用XSLT样式表初始化Transformer以执行第二步也是一件简单的事情。 www.ibm.com 6. In this case, turning out XI output in Docbook would be the responsibility of a style sheet similar to that in Listing 4. 在这种情况下,产生格式为Docbook的XI输出是类似于清单4中所示的样式表的职责。 www.ibm.com 7. As a further courtesy to the user, you can use a style sheet to convert the raw XML into a well-formatted HTML page. 为了进一步帮助用户,您可以使用样式表将原始XML转换为格式良好的HTML页面。 www.ibm.com 8. Like a cascading style sheet , this type of processing instruction is optional , even for a transformation tool . 与级联样式表相似,这种类型的处理指令是可选的,甚至对于转换工具来说也是这样。 www.bing.com 9. Enables you to choose fonts that apply to a style sheet and to set a font sequence. 使您可以选取应用于样式表的字体以及设置字体序列。 msdn2.microsoft.com 10. This enables you to use a portion of a document as the style sheet. 这使您能够将文档的一部分用作样式表。 msdn2.microsoft.com 1. It is shorter than the push form of the style sheet, and its layout corresponds closely to the desired layout of the output document. 它比推形式的样式表短,其布局与期望的输出文档布局非常接近。 www.ibm.com 2. Using an external style sheet allows you to link to a style sheet located in the BIRT resource folder. 使用一个外部样式表允许你链接到BIRT资源文件夹中的样式表。 www.infoq.com 3. The style sheet layer is completely independent from the service layer in terms of the content as opposed to the tags. 在内容上而不是标记上,样式表层完全独立于服务层。 www.ibm.com 4. When a relative path is used to refer the external XML document, the base URL is that of the XSLT style sheet. 如果使用相对路径引用外部XML文档,基URL是XSLT样式表的基URL。 msdn2.microsoft.com 5. One style sheet that can be applied to Web pages is called CSS(cascading style sheets). 能被用于网页的一条风格床单被叫为CSS(串联风格床单)。 zhidao.baidu.com 6. You can think of styles. xml as a cross between cascading style sheet (CSS) in an XML format, and XSL-Formatting Objects (XSL-FO). 您可以将styles.xml看作XML格式中的级联样式表(CSS)和XSL格式化对象(XSL-FormattingObjects,XSL-FO)之间的交叉点。 www.ibm.com 7. Notice that this rule example references the cascading style sheet file named ruleinfo. css. 注意这个规则样例参考了名为ruleinfo.css的层叠式样式表。 www.ibm.com 8. Styles defined within an external style sheet are not used for rendering during design-time. 在外部样式表内定义的样式不用于设计时的呈现。 msdn2.microsoft.com 9. The customized style sheet is no longer applied to this site. 该网站将不再应用这一自定义样式表。 office.microsoft.com 10. The result of the following element when the generic style sheet is applied is shown in Listing 3c. 清单3c显示了当应用常规样式表时下列元素的结果。 www.ibm.com 1. The style sheet attaches properties (attributes that you can control) and values (your choices for the attributes) to the style selectors. 样式表把属性(可以控制的属性)和值(为这些属性选择的值)与样式选择符联系起来。 www.ibm.com 2. Given that the content is now generated by the included style sheet, do we still need a style sheet for every view? 假设现在已经由所包括的样式表生成了内容,那么,对每个视图,还需要样式表吗? www.ibm.com 3. The XSLT style sheet used to transform the persisted XPath query results to a standard flat file. 用于将持久化XPath查询结果转换为标准平面文件的XSLT样式表。 msdn2.microsoft.com 4. Which template is actually applied depends on whether and how the template has been included in the main style sheet. 实际应用哪个模板取决于主样式表中是否包含该模板以及是如何包含的。 www-128.ibm.com 5. On the surface, this is a typical style sheet, with the addition of two new namespaces. 表面上,这是一个添加了两个新名称空间的典型样式表。 www-128.ibm.com 6. The document transformation usually is accomplished by applying the rules defined in a style sheet through the use of an XSLT processor. 通过使用XSLT处理器,应用定义在样式表中的规则来完成文档转换。 www.ibm.com 7. This method allows you to limit the permissions of the style sheet by specifying evidence. 此方法允许您通过指定证据来限制样式表的权限。 msdn2.microsoft.com 8. The control instance to which the theme or style sheet theme and any control skin was applied. 将主题或样式表主题和任何控件外观应用到的控件实例。 msdn2.microsoft.com 9. HTML element and allows you to specify a cascading style sheet reference in a Web page. HTML元素并允许您在网页中指定一个级联样式表引用。 msdn2.microsoft.com 10. Gets or sets the name of the style sheet applied to this page. 获取或设置应用于此页的样式表的名称。 msdn2.microsoft.com 1. This style sheet can be used in all the search applications as long as the XML data complies with the common format as in Listing 3. 只要其XML数据遵守清单3中的通用格式,该样式表就可以用于所有的搜索应用程序中。 www.ibm.com 2. It is convenient to call script from within an XSL style sheet, and it is a great extensibility mechanism. 在XSL样式表中可以很方便的调用脚本,这提供了很好的扩展性能。 www.procedurelife.com 3. Suppose you are tasked with creating an XSLT style sheet to render the product list in an HTML table as shown in Figure 1. 假设您的任务是创建一个XSLT样式表,以在如图1所示的HTML表中显示产品清单。 www.ibm.com 4. This example shows a template that generates the XML declaration and a style sheet processing instruction in the output. 该示例显示一个模板,该模板生成XML声明和处理输出中指令的样式表。 msdn2.microsoft.com 5. Is typically used to associate a particular style rule in a style sheet with the element. 通常用于将样式表中的特定样式规则与元素相关联。 msdn2.microsoft.com 6. After the style sheet is loaded and transformation is performed, the node re-parses the result into a message tree. 加载了样式表并执行转换之后,节点要将结果重新解析为消息树。 www.ibm.com 7. It is quite common in a server environment to use the same style sheet repeatedly to transform many different source documents. 在服务器环境中使用同一个样式表来转换许多不同的源文档是很常见的。 www.ibm.com 8. Because this style sheet is not intended to be human-readable, you can save space by compressing the result as much as possible. 由于该样式表不是用来供人阅读的,所以可以尽可能地压缩结果来节省空间。 www.ibm.com 9. A style sheet can even allow custom functions to be implemented, although this practice is generally discouraged. 样式表甚至可以实现自定义函数,尽管通常不鼓励这样做。 msdn2.microsoft.com 10. Property of the parent control and apply the style sheet to the child control. 属性,并将该样式表应用于子控件。 msdn2.microsoft.com 1. In fact, since "using every declaration just once" might mean a higher number of selectors, this could even result in a bigger style sheet. 事实上,应用“每种声明只使用一次”的规则,很可能造成更多数量的选择器,从而使得文件更大。 www.bing.com 2. ASCX user control files and CSS style sheet files will also be parsed to include the relative path references for graphics files. ASCX用户控件文件和CSS样式表文件依旧以相对路径的方式关联图形文件。 www.cnblogs.com 3. It allows parameters and extension objects to be invoked from within the style sheet. 它允许从样式表内调用参数和扩展对象。 msdn2.microsoft.com 4. Since the XI rules (regular expressions) have their own namespace, it's possible to copy them into the style sheet. 因为XI规则(正则表达式)有其自己的名称空间,所以将它们复制到样式表是可能的。 www.ibm.com 5. You can link a style sheet to a Web page by using a link element, as shown in the following code example. 使用link元素可以将样式表链接到网页,如下面的代码示例所示。 msdn2.microsoft.com 6. The customized style sheet is no longer inherited by this site. 该网站将不再继承这一自定义样式表。 office.microsoft.com 7. To apply the same style sheet to other sites, repeat this procedure for each site, one site at a time. 若要将同一样式表应用于其他网站,请对每个网站重复上述过程(每次一个网站)。 office.microsoft.com 8. Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP. NET file. 获取应用于ASP.NET文件中指定的HTML服务器控件的所有级联样式表(CSS)属性(Property)的集合。 msdn2.microsoft.com 9. The fact that start. xsl is itself an XSLT style sheet is of no concern to generate_html. xsl. 实际上,start.xsl本身就是一个XSLT样式表,并且对于generate_html.xsl没有意义。 www.ibm.com 10. The simplest possible style sheet is one that applies a particular rule to all content within the page. 最简单的样式表是把一个规则应用于页面中的所有内容。 www.ibm.com 1. Provides a way to retrieve other XML resources from within the XSLT style sheet beyond the initial data provided by the input stream. 提供从XSLT样式表中检索由输入流提供的初始数据以外的其他XML资源的方法。 msdn2.microsoft.com 2. This code fragment is represented on the decorated style sheet tree by the structure shown in Figure 2. 在装饰树上,由图2中显示的结构表示这段代码。 www.ibm.com 3. This class contains input parameters for the style sheet and extension objects which can be called from the style sheet. 该类包含用于样式表的输入参数以及可从样式表中调用的扩展对象。 msdn2.microsoft.com 4. After the Load method completes, the XmlReader is positioned on the next node after the end of the style sheet. Load方法完成后,XmlReader定位在样式表末尾之后的下一个节点上。 msdn2.microsoft.com 5. You can use our XSLT style sheet to convert the original schema into a new schema document. 可以使用前面的XSLT样式表将原来的模式转换成新的模式文档。 www.ibm.com 6. Style sheet files used to determine the formatting of HTML elements. 用于确定HTML元素格式的样式表文件。 msdn2.microsoft.com 7. A cascading style sheet (CSS) contains style rules that are applied to elements in a Web page. 级联样式表(CSS)包含应用于网页中的元素的样式规则。 msdn2.microsoft.com 8. The site manager might also make available to you a master page and a style sheet. 网站管理员可能还会允许您使用母版页和样式表。 office.microsoft.com 9. By using a style sheet to define a template that matches an element with a particular archetype, you can further simplify the code. 通过使用样式表来定义一个与带特定原型的元素相匹配的模板,可以进一步简化代码。 www.ibm.com 10. A specific style sheet is not required here so do not specify one. 这里不需要特定的样式表,所以不要指定样式表。 www.ibm.com 1. To not display the comment form when printing, add this to the printing style section of your style sheet. 打印时,不显示评论形式,将这个添加到你的样式表中的打印样式部分。 www.zzbaike.com 2. An external style sheet is a plaintext file with a. Css file name extension that contains only style rules. 外部样式表是一个具有.css文件扩展名的纯文本文件,仅包含样式规则。 msdn2.microsoft.com 3. Doing a little work to set up a CSS2 style sheet makes examining XML documents considerably easier. 进行少量工作来设置CSS2样式表,使检验XML文档大为轻松。 www.ibm.com 4. Be aware that some inherited values of a property may come from a style sheet, which is not accessible programmatically for this release. 请注意,属性的某些继承值可能来自样式表,而对于此版本,样式表是无法以编程方式访问的。 msdn2.microsoft.com 5. The following table describes the style sheet (. Css) files that are used in a Reporting Services installation. 下表说明了在ReportingServices安装中使用的样式表(.css)文件。 technet.microsoft.com 6. If the site manager has made a style sheet available to you, those styles appear in the Apply Styles task pane. 如果网站管理员已为您提供样式表,这些样式就会显示在“应用样式”任务窗格中。 office.microsoft.com 7. When you put a. Css file in the theme folder, the style sheet is applied automatically as part of the theme. 将.css文件放在主题文件夹中时,样式表自动作为主题的一部分加以应用。 msdn2.microsoft.com 8. Do not include the. Css file extension when specifying the style sheet. 指定样式表时,请不要包括.css文件扩展名。 technet.microsoft.com 9. However, with this element you can exert some control over the white space created by the style sheet. 但是,通过此元素可以对样式表创建的空白进行一定的控制。 technet.microsoft.com 10. The following example shows how to specify a CssClass property for a number of Menu properties that you can then reference in a style sheet. 下面的示例演示如何为许多Menu属性(然后可以在样式表中引用这些属性)指定一个CssClass属性。 msdn2.microsoft.com 1. The following example shows how to specify a CssClass property for a number of Menu properties that you can then reference in a style sheet. 下面的示例演示如何为许多Menu属性(然后可以在样式表中引用这些属性)指定一个CssClass属性。 msdn2.microsoft.com 2. Provides a class that encapsulates theme and style sheet information for controls in a designer environment. 在设计器环境中为控件提供封装主题和样式表信息的类。 msdn2.microsoft.com 3. Control can be used to declaratively specify a cascading style sheet reference in a Web page. 控件可用于以声明方式在网页中指定级联样式表引用。 msdn2.microsoft.com 4. As you can see, this style sheet is much easier to read. 正如您可看到的那样,这种样式表非常易于读取。 www.ibm.com 5. This property does not refer directly to a cascading style sheet (CSS). 此属性不会不直接涉及级联样式表(CSS)。 technet.microsoft.com 6. In this case, upon every request the XML has to be parsed and style sheet transformations have to be applied. 使用其他方法时,对于每次请求都必须解析XML和应用样式表转换。 www.ibm.com 7. The strong typing in XPath 2. 0 ensures that a document created by an XSLT style sheet can be validated against a strongly-typed XML schema. XPath2.0中的强类型确保由XSLT样式表创建的文档能够依据强类型的XML模式进行验证。 www.ibm.com 8. Current standards now recommend that you use cascading style sheet styles for text formatting . 当前标准现在建议对文本格式设置使用级联样式表样式。 www.bing.com 9. Attribute whose value is a URI reference identifying the style sheet to be imported. 属性,值为标识要导入的样式表的URI引用。 msdn2.microsoft.com 10. Style block in a Web page overrides a style defined in an external style sheet. 块中定义的样式会覆盖在外部样式表中定义的样式。 msdn2.microsoft.com 1. Launch an existing style sheet in edit mode as a template, make your changes, and then save it with the new style sheet name. 在编辑模式下启动一个现有的样式表作为模板,对它进行更改,然后用新的样式表名称将它保存起来。 www.ibm.com 2. These style sheet extensions do not require the AO feature. 这些样式表扩展不需要AO特性。 www.ibm.com 3. Property enables you to assign a style sheet class to the control. 属性允许您将样式表类分配给控件。 msdn2.microsoft.com 4. The key for retrieving the style from the embedded style sheet for the Size property of the Font property. 用于从Font属性的Size属性的嵌入式样式表中检索样式的键。 msdn2.microsoft.com 5. In the Attach Style Sheet dialog box, click Browse to locate and select the customized style sheet that you want to apply. 在“附加样式表”对话框中,单击“浏览”以查找并选择所要应用的自定义样式表。 office.microsoft.com 6. The CSS Display: none Elements visual aid displays the elements that are defined in the page's corresponding style sheet as display: none. “CSSDisplay:none元素”视觉帮助会显示在网页相应样式表中定义为display:none的元素。 office.microsoft.com 7. A style sheet that includes definitions of a color theme, font theme, and effect theme. 包含颜色主题、字体主题和效果主题的定义的样式表。 office.microsoft.com 8. Sometimes, you might want to be able to dynamically change the style sheet that is referenced by a page. 有时,您可能想要能够动态更改页面引用的样式表。 msdn2.microsoft.com 9. The last two lines define the end of the template and the end of the style sheet. 最后两行定义了模版的结束符和样式表的结束符。 www.cnblogs.com 10. If you want very simple changes to the site for easy printing, you can use the first method and add them directly to the style sheet. 如果你想简单地打印一下,只是简单地改变一下站点,你可以使用第一种方法,并且将它们直接添加到样式表上。 www.zzbaike.com 1. As with the template files, all of the style sheet files were contained within the theme directory. 与模板文件一样,所有样式表文件也放在主题目录中。 www.ibm.com 2. By default, the styles for all SharePoint sites in a single site collection are defined in a single style sheet that resides on the server. 默认情况下,一个网站集中所有SharePoint网站的样式都在服务器上的一个样式表中定义。 office.microsoft.com 3. Notice how SVG uses the idea of Cascading Style Sheet (CSS) classes applied to various graphic objects. 要注意SVG如何运用了将级联样式表(CSS)类应用于不同图形对象的思想。 www.ibm.com 4. Gets or sets the name of an ASP. NET style sheet theme. 获取或设置ASP.NET样式表主题的名称。 msdn2.microsoft.com 5. The fact that the HTML document loads a cascading style sheet is irrelevant at this stage. 实际上,HTML文档装入级联样式表与此阶段无关。 www.ibm.com 6. In the URL list, click the URL of the style sheet that you want to remove, click Remove, and then click OK. 在“URL”列表中,单击要删除的样式表的URL,单击“删除”,然后单击“确定”。 office.microsoft.com 7. The style sheet must be a valid cascading style sheet (. Css) file and it must be located in the Styles folder. 样式表必须是有效的级联样式表(.css)文件,并且必须位于Styles文件夹中。 technet.microsoft.com 8. In this tip, you ve taken a very basic look at using parameters and conditional statements in an XSLT style sheet. 在本技巧文章中,您已对在XSLT样式表中使用参数和条件语句有了一个非常基本的了解。 www-128.ibm.com 9. Is useful if you want to explicitly override style settings that the element might inherit from a cascading style sheet. 如果您希望显式重写元素可能从级联样式表继承的样式设置,则将位置设置为。 msdn2.microsoft.com 10. Selecting a style sheet is only half of the solution. 选择样式表仅仅完成了解决方案的一半。 www.ibm.com 1. The XML Editor also compiles the style sheet in the background and reports compiler errors or warnings with appropriate wavy underlines. “XML编辑器”还在后台编译样式表,并使用相应的波浪形下划线报告编译器错误或警告。 msdn2.microsoft.com 2. By default, rules in an author's style sheet override those in a user's style sheet (see cascade rule 3). 默认情况下,作者的样式会覆盖用户样式(查看级联规则3)。 donse.org 3. This new Web project will be created with the appropriate directory structure, the style sheet and Web deployment descriptor (web. xml). 新建的Web项目带有合适的目录结构、样式表和Web部署描述符(web.xml)。 www.ibm.com 4. The cascading style sheet (CSS) class used to render the error message text. 用于呈现错误信息文本的级联样式表(CSS)类。 msdn2.microsoft.com 5. A style sheet must be supplied when obtaining a Transformer instance from the factory. 在从factory获得Transformer实例时必须提供样式表。 www.ibm.com 6. You cannot retrieve a template from a parent style template unless you use a template within a style sheet. 除非使用样式表中的模板,否则无法从父级样式模板中获得一个模板。 msdn2.microsoft.com 7. The color is inherited from the external style sheet and the text-alignment and the font-size is replaced by the internal style sheet. 颜色是继承了外部样式表而文字对齐和文字大小被内嵌的样式表所替换。 hi.baidu.com 8. Includes the contents of one style sheet into another. Note: An included style sheet has the same precedence as the including style sheet. 把一张样式表的内容嵌套到另一张样式表中。注意:这两份样式表的优先级相同。 www.w3pop.com 9. The following example shows the markup and style sheet contents necessary to create a specific menu. 下面的示例演示创建特定菜单所需的标记和样式表内容。 msdn2.microsoft.com 10. For example, to generate a distinctive style sheet in a post only found within a specific category, the code might look like this. 例如,给一个特别类别中的文章创建一个样式表,代码可能看起来像这样的。 www.zzbaike.com 1. Invokes an overridden template rule defined in an imported style sheet. 调用在导入的样式表中定义的重写模板规则。 msdn2.microsoft.com 2. Block and a link to a cascading style sheet. 块和指向级联样式表的链接。 msdn2.microsoft.com 3. This method requires one XML document as source, another document with formatting information (a style sheet), and the processor. 这种方法需要一个XML文档作为源文件,需要另一个带格式化信息(样式表)的文档,还需要处理器。 www.ibm.com 4. Also noteworthy is the CSS2 style sheet that I used (and modified) during the writing of the tip. 另外值得注意的是:我编写这一技巧文章期间使用(并修改)的CSS2样式表。 www.ibm.com 5. Instead, break up your manuals into separate PDFs for each chapter and move all JavaScript and style sheet coding to external files. 所以,可以考虑将手册分割为每章一个PDF,并将所有JavaScript和样式表代码转移到外部文件中。 www.ibm.com 6. You can give precedence to control settings on the current page by applying a theme as a style sheet theme. 您可以通过作为样式表主题应用主题,将优先级赋予给当前页的控件设置。 msdn2.microsoft.com 7. Specifying the following-sibling axis ensures that the style sheet processor checks the element that follows the named anchor. 指定following-sibling轴可确保样式表处理器检查紧随命名锚点之后的元素。 www.ibm.com 8. Also, some inherited values of a property may come from a style sheet, which is not accessible programmatically. 同时,一些属性继承值可能来自于无法透过程式存取的样式表。 technet.microsoft.com 9. XSLT applications that run in a mixed trust environment can result in style sheet spoofing. 运行在混合信任环境中的XSLT应用程序能够导致样式表欺骗。 msdn2.microsoft.com 10. You can link multiple HTML pages to an external style sheet, which will apply consistent styles across an entire Web site. 可以将多个HTML页链接到同一外部样式表,从而为整个网站应用一致的样式。 msdn2.microsoft.com 1. When debugging, we repetitively apply a style sheet to a fixed set of files. 调试时,我们重复地将样式表应用于一组固定文件。 www.ibm.com 2. Find details about the portion of the style sheet that handles multiple content topics in the accompanying tutorial. 请在附带的教程中查找关于处理多个内容主题的样式表部分的详细信息。 www.ibm.com 3. Styles for printing can be set within the style sheet itself. 可以在样式表内设置打印样式。 www.zzbaike.com 4. This layer merges the aggregated calendar Web service layer with the previously defined style sheet layer. 这一层将聚合的日历Web服务层与前面定义的样式表层合并到一起。 www.ibm.com 5. The XSL style sheet for transforming the document above is shown in Listing 3. 用来转化上面文档的XSL样式表显示在清单3中。 www.ibm.com 6. What you need to do next is build up a CSS2 style sheet for prettifying the XML document. 接下来要做的就是构建一个CSS2样式表来修饰XML文档。 www.ibm.com 7. The link tag associates style sheet (CSS) rules defined in an external file. link标记链接一个外部文件中定义的样式表(CSS)规则。 www.ibm.com 8. It applies the style sheet (through the standard Java API designed by Sun) and runs the result through the text formatter. 它应用样式表(通过Sun设计的标准JavaAPI)并通过文本格式化器运行结果。 www.ibm.com 9. Global themes are like page themes in that they include property settings, style sheet settings, and graphics. 全局主题与页面主题类似,因为它们都包括属性设置、样式表设置和图形。 msdn2.microsoft.com 10. If the style-sheet theme is applied in the Web. Config file, the designer also displays themed controls when you edit the master page. 如果样式表主题是在Web.config文件应用的,则在编辑母版页时,设计器也会显示主题控件。 msdn2.microsoft.com 1. The author would like to thank Michael Schenker for providing his expertise on XSLT style sheet transformation. 作者要感谢MichaelSchenker提供了关于XSLT样式表转换的专业意见。 www.ibm.com 2. XM uses the same rules and applies its own default style sheet instead of considering alternate style sheets. XM使用与这相同的规则,应用它自己的缺省样式表,而不考虑备用样式表。 www.ibm.com 3. Note that the user may modify system settings (e. g. , system colors) that affect the default style sheet. 用户可以修改系统设定(例如,系统的颜色),这将会影响到默认样式。 donse.org 4. This style sheet is included by the style sheet that contains the template matching "webcal. " 在包含与“webcal”匹配的模板的样式表中包括该样式表。 www.ibm.com 5. To display pages by using the customized style sheet, move it back into the _styles folder at the top level of the site directory. 若要使用自定义样式表来显示网页,可将其移回到网站顶级目录的_styles文件夹中。 office.microsoft.com 6. Various style sheet specifications could be applied at the application level of development. 可以在开发的应用程序级中应用各种样式表规范。 www.ibm.com 7. It applies an XSLT style sheet as it copies the file to the target directory. 当它将文件复制到目标目录时,它会应用样式表。 www.ibm.com 8. This XSL style sheet will sort the order XML by item number, as shown in Listing 2. 这个XSL样式表将按商品号对订单XML进行排序,如清单2所示。 www.ibm.com 9. Cascading style sheet (CSS) positioning is a great alternative. 级联样式表(CSS)定位就是另一种极好的方法。 office.microsoft.com 10. Add a transformation XSL style sheet similar to that in Listing 8 to transform the questionnaire XML in Listing 7 for the new media type. 添加与清单8中类似的XSL转换样式表,用以为新的媒体类型转换清单7中的XML调查表。 www.ibm.com 1. Provides steps for adding a cascading style sheet link to an ASP. NET Web page in the Visual Web Developer designer. 提供有关步骤,说明在VisualWebDeveloper设计器中如何将级联样式表链接添加到ASP.NET网页中。 msdn2.microsoft.com 2. The application's style sheet source should immediately follow the declaration of the application's base class (see Listing 5). 应用程序的样式表源代码应该立即出现在应用程序基类声明之后(参见清单5)。 www.ibm.com 3. This property cannot be set by themes or style sheet themes. 此属性不能由主题或样式表主题设置。 msdn2.microsoft.com 4. The key for retrieving the style from the embedded style sheet for setting the Bold property of the Font. 用于从Font的Bold属性的嵌入式样式表中检索样式的键。 msdn2.microsoft.com 5. Thus, all seven sites in the site collection use the same customized version of the default style sheet. 因此,网站集中的所有这七个网站都使用默认样式表的同一自定义版本。 office.microsoft.com 6. Within a style sheet, you can declare any number of style elements. 在一个样式表中,可以声明任意多个样式元素。 msdn2.microsoft.com 7. Use inline styles to apply cascading style sheet properties to individual elements on a page. 使用“内联样式”可将级联样式表属性应用于网页上单独的元素。 office.microsoft.com 8. It also indicates whether these rules are inline, in a style sheet, or on the current page. 它还可指示这些规则在样式表或当前页面中是否为内联样式。 technet.microsoft.com 9. Cannot load the style sheet due to a corrupt style sheet file. 因样式表文件已损坏而无法加载该样式表。 www.showxiu.com 10. You could even use a style sheet to transform EXSLT style sheets into XSLT 2. 0 style sheets -- but that's another column. 您甚至可以使用一个样式表来将许多EXSLT样式表转换成XSLT2.0样式表-但那是另一篇专栏文章的内容了。 www.ibm.com 1. This should allow for cleaner code in style sheets and fewer headaches for the style sheet creators. 这样就可以在样式表中编写更清晰的代码,并且为样式表创建者带来较少的麻烦。 www.ibm.com 2. On the left, the Folder List displays the style sheet from which you can apply styles. 在左侧,“文件夹列表”显示可应用其中样式的样式表。 office.microsoft.com 3. For more information about style sheets, see Cascading Style Sheet Editing (Visual Studio). 有关样式表的更多信息,请参见级联样式表编辑(VisualStudio)。 msdn2.microsoft.com 4. Within a style sheet, you can declare any number of style objects. 在一个样式表中,可以声明任意多个样式对象。 msdn2.microsoft.com 5. Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. 获取或设置由Web服务器控件在客户端呈现的级联样式表(CSS)类。 msdn2.microsoft.com 6. So, if the values blue, red, and green, are valid, you can transform your schema with our style sheet to generate a new schema. 因此,如果值blue、red和green是有效的,则可以用样式表转换模式以生成一个新的模式。 www.ibm.com 7. And target, as well as either the given styles or the given cascading style sheet class name, the access key, and the title text. 和目标,并使用给定样式或给定级联样式表类名称、访问键和标题文本来呈现链接的开始标记。 msdn2.microsoft.com 8. Property to provide the XSL Transformation style sheet with optional arguments. 属性提供具有可选参数的XSL转换样式表。 msdn2.microsoft.com 9. New Style dialog box provides options that let you define cascading style sheet (CSS) style attributes. “新建样式”对话框提供使您能够定义级联样式表(CSS)样式特性的选项。 207.46.16.251 10. For something as simple as my toy style sheet, it hardly matters; for large production-quality transformations, you might lose a lot. 对于诸如我的玩具样式表这样简单的事情,几乎不成问题;对于大规模质量转换,您可能会丢失很多。 www-128.ibm.com 1. If the style sheet contains embedded scripting, the script is compiled to an assembly. 如果样式表中包含嵌入式脚本代码,则脚本将编译为程序集。 msdn2.microsoft.com 2. Each style sheet that is applied to the current page appears as a section heading in the CSS styles list in the Manage Styles task pane. 应用于当前网页的每个样式表在“管理样式”任务窗格的“CSS样式”列表中都会显示为一个节标题。 office.microsoft.com 3. Formatting information is rendered using only cascading style sheet styles. 格式设置信息只通过级联样式表的样式呈现。 msdn2.microsoft.com 4. A style can reference properties in an external style sheet. 样式可以引用外部样式表中的属性。 msdn2.microsoft.com 5. A separate css style sheet is linked from the document which will include visual rules for the design. 一个单独的css样式表是将包括视觉规则的设计。然后让html文件链接到这个新建的css样式表文件。 www.bing.com 6. And target, as well as the given styles or the given cascading style sheet class name. 和目标以及给定样式或给定级联样式表类名称来呈现链接的开始标记。 msdn2.microsoft.com 7. But there are times when you don't want to use a style sheet because you want to give different representations to objects of the same type. 但有时您不想使用样式表,因为您希望给同一类型的对象以不同的外观。 www.ibm.com 8. You can set attributes of the various styles directly in the markup or use a style sheet. 可以直接在标记中设置各种样式的属性或使用样式表。 msdn2.microsoft.com 9. Figure 5 shows part of the Monochrome theme style sheet (monochrometheme. css) used by the Drop-down widget definition. 图5显示的是Monochrome主题样式表(monochrometheme.css)的一部分,Drop-down小部件的定义使用了这个样式表。 www.ibm.com 10. In Design view, from Solution Explorer, drag the style sheet file (. Css file) and drop it anywhere on the Web page. 在“设计”视图中,将样式表文件(.css文件)从解决方案资源管理器拖放到网页上任何位置。 msdn2.microsoft.com 1. In this example, you use a skin and a style sheet to create a theme. 在本示例中,您将使用外观和样式表创建主题。 msdn2.microsoft.com 2. Avoid inline cascading style sheet values that might need to be changed. 避免使用可能需要更改的内联级联样式表值。 msdn2.microsoft.com 3. Again it is easier to let XM manage this for the style sheet. 再次声明,让XM为样式表管理这一信息更为容易。 www.ibm.com 4. In the following illustration, the second-level site on the right contains a customized local version of the default style sheet. 下图中,右侧的第二级网站中包含默认样式表的自定义本地版本。 office.microsoft.com 5. It allows customization of text controls styles and you can export all setting in an Editra Style Sheet format. 这个编辑器允许自己定制文本的控制风格,而且你可以将你自己的设定以EditraStyleSheet样式导出。 www.bing.com 6. Gets the line position indicating where the error occurred in the style sheet. 获取指示样式表中发生错误的位置的行位置。 msdn2.microsoft.com 7. In the process it may apply a style sheet and rename the file (change the extension from . xml to . html). 在这个过程中,它也许会应用样式表并重命名文件(将扩展名从.xml更改成.html)。 www.ibm.com 8. This tip takes a basic look at using parameters and conditional statements in an XSLT style sheet. 本技巧文章研究了在XSLT样式表中使用参数和条件语句的基本情况。 www-128.ibm.com 9. Styles from a linked external style sheet are displayed in the list of available styles in the Style box. 所链接的外部样式表中的样式显示在“样式”框的可用样式列表中。 office.microsoft.com 10. A typical XSLT style sheet transforms one XML document into another XML document, or into an HTML document. 典型的XSLT样式表将一个HTML文档转换成另一个XML文档,或者转换成HTML文档。 www.ibm.com 1. You can also create your own customized buttons as well by using your own style sheet. 您也可以通过使用您自己的样式表创建您自己的定制按钮。 www.ibm.com 2. Imports the contents of one style sheet into another. Note: An imported style sheet has lower precedence than the importing style sheet. 把一个样式表内容输入到另外一个样式表去。注意:与已输入的样式表相比,正在输入的样式表更具有优先权。 blog.csdn.net 3. case-sensitivity of style data depends on the style sheet language. 样式数据是否是大小写敏感依赖于相应的样式表语言。 blog.sina.com.cn 4. The absolute paths are particularly useful for links created by the style sheet. 绝对路径尤其适用于由样式表创建的链接。 www.ibm.com 5. The theme is defined by a Cascading Style Sheet (CSS) and the images are referenced in the style file. 主题由层叠样式表(CascadingStyleSheet,CSS)和样式文件中引用的图像定义。 www.ibm.com 6. I have the home page layout in PSD, and I have the CSS style sheet hand coded by a programer. 我有在私营部门主页布局,和我有手的CSS样式表由程序员进行编码。 www.bing.com 7. This is the "header" of the style sheet and provides information about the plugin to be viewed on the Plugin Panel. 这是样式表的“标头”,提供了插件面板上的插件的信息。 www.zzbaike.com 8. When you use CSS, you can change all of the pages that use the style sheet at once by changing the styles defined in one file. 当您使用CSS时,您可以通过更改定义在一个文件中的样式立即更改使用样式表的所有页面。 www.ibm.com 9. You can style it from within the style sheet or inline on a specific image. 你可以在一个设计表上设计它,也可以在一个特别的图像的内嵌设计。 www.zzbaike.com 10. 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。 www.ibm.com 1. Theoretically, the style sheet could fix the link, indeed it suffices to replace . xml with . html. 在理论上,样式表可以修复链接,的确,它能够将.xml替换成.html。 www.ibm.com 2. It does this by setting appropriate Cascading Style Sheet (CSS) values through the setStyle property. 它通过使用setStyle属性设置适当的层叠样式表(CSS)值来完成此操作。 www.ibm.com 3. Indicates which are replacements for the principal style sheet. 表明哪一个替代主样式表。 www-128.ibm.com 4. WebSphere Portal Server provides a style sheet class for portlet error messages called wpsFieldErrorText. WebSpherePortalServer提供了用于portlet出错消息的样式表类wpsFieldErrorText。 www.ibm.com 5. Changing style sheet references programmatically. 以编程方式更改样式表引用。 msdn2.microsoft.com 6. The tag navigator also displays the assigned cascading style sheet, if any, that was set with the Class attribute. 标记导航器还显示用Class属性设置的已分配的级联样式表(如果有)。 msdn2.microsoft.com 7. You can set both page themes and style sheet themes programmatically; however, the procedure for applying each type of theme is different. 可以通过编程方式同时对页面主题和样式表进行设置。但是,应用每种类型的主题的过程有所不同。 msdn2.microsoft.com 8. Applies the style properties that are defined in the page style sheet to the control. 将页样式表中定义的样式属性应用于控件。 msdn2.microsoft.com 9. The W3C recommendation allows for HTTP to provide a default style sheet that takes precedence over alternate style sheets. W3C建议书考虑到HTTP,所以提供了优先于备用样式表的缺省样式表。 www.ibm.com 10. The Home page supports JavaScript and cascading style sheet (CSS) resources. Homepage支持JavaScript和层叠样式表(CSS)资源。 www.ibm.com 1. The Locals window displays information about any variables defined in the style sheet. “局部变量”窗口显示在样式表中定义的任何变量的有关信息。 msdn2.microsoft.com 2. The XSLT style sheet is loaded in a new document window and the XSLT debugger is started. XSLT样式表加载到新的文档窗口中,XSLT调试程序也将启动。 msdn2.microsoft.com 3. At any point in the processing of a style sheet, there is a current template rule. 在处理样式表的整个过程中都有当前模板规则。 msdn2.microsoft.com 4. The display is controlled by a cascading style sheet (CSS) and images. 由级联样式表(CSS)和图像控制显示。 www.ibm.com 5. Elements in the style sheet map directly to nodes on the tree, as shown in Table 1. 样式表中的元素直接映射成树上的节点,如表1所示。 www.ibm.com 6. Typically there is no need to have an extra style sheet for a frame if the output format is less complex than HTML, such as WML. 如果输出格式没有HTML那样复杂(例如WML),则通常没有必要对框架使用额外的样式表。 www.ibm.com 7. Elements and the XSLT settings determine the permissions for the style sheet. 元素,而XSLT设置决定了样式表的权限。 msdn2.microsoft.com 8. However, this style sheet is really simplistic and inappropriate for our needs. 然而,该样式表对于我们的需要来讲实在是太简单、太不适合了。 wiki.ubuntu.org.cn 9. However, simply using XSLT would require one XSLT style sheet per language pairing. 然而,如果仅仅使用XSLT,那么每对语言都需要一个XSLT样式表。 www.ibm.com 10. Again the style sheet is read as an XML document, so & nbsp; is . 再次声明,样式表是当作XML文档读取的,因此就是。 www.ibm.com 1. You simply add a class to your style sheet and each image within that category. 你只要将一个class添加到你的样式表和分类中的每个图像。 www.zzbaike.com 2. There's only one twist: It applies a style sheet to the XML files before copying them. 只有一个窍门:它在复制XML文件之前对它们应用了一个样式表。 www.ibm.com 3. Now you can structure your site with the floating layout cascading style sheet (CSS). 现在您可以使用漂浮布局瀑布式工作单(CSS)来决定网站的结构。 www.ibm.com 4. Note: An included style sheet has the same precedence as the including style sheet. 注意:一个被包括的样式表与主样式表的优先级相同。 www.fzs8.net 5. But the look and feel of the subnavigation bar is consistent, so I'd create it in the frame style sheet. 但是,子导航栏的外观和感觉是一致的,所以,不在框架样式表中创建它。 www.ibm.com 6. The XSLProcessor instance can be cached after parsing in the style sheet, and then reused. XSLProcessor实例可以在样式表分析完成后进行缓存,以备后用。 www.ibm.com 7. Of strings that identify the CSS files associated with the theme or style sheet theme. 标识与主题或样式表主题关联的CSS文件的字符串的。 msdn2.microsoft.com 8. However, because the parameters template is in the importing style sheet, the new template takes precedence. 然而,由于parameters模板是在importing样式表里,新模板具有优先权。 www.ibm.com 9. The list itself is built by the style sheet from the list of subdirectories. 这个列表本身由样式表在子目录的列表上构建的。 www-128.ibm.com 10. There can be no more than one style sheet per page or control. 每个页或控件仅能有一个样式表。 msdn2.microsoft.com 1. For this sample, we've packaged the theme into an SWF file by compiling our external style sheet, BSpace_Skin. css. 对于此示例,我们将通过编译我们的外部样式表BSpace_Skin.css将主题打包到SWF文件中。 www.ibm.com 2. The style sheet that generates the list of sections is straightforward. 生成章节列表的样式表是简单明了的。 www.ibm.com 3. This means that settings on the page take precedence over settings in the style sheet theme. 这意味着页面上的设置优先级高于样式表主题设置。 technet.microsoft.com 4. You can use the rc: StyleSheet URL access parameter to specify a custom style sheet on the report URL. 您可以使用rc:StyleSheetURL访问参数在报表URL上指定自定义样式表。 technet.microsoft.com 5. But how does the style sheet find out whether a document is in the root? 但是,样式表如何查明文档是否在根目录中呢? www.ibm.com 6. The style sheet assumes that each project directory includes an index. xml file. 样式表假定每个项目目录包括一个index.xml文件。 www.ibm.com 7. A style sheet can include multiple script blocks which are grouped by namespace. 样式表可包含按命名空间分组的多个脚本块。 msdn2.microsoft.com 8. When debugging a style sheet, it's more convenient to retain a list of errors on the screen. 在调试样式表的时候,在屏幕上保留错误列表将会更方便。 www.ibm.com 9. In other words, fix the links after running it through the style sheet. 换句话说,在样式表中运行过链接之后再修复它们。 www.ibm.com 10. The null style sheet uses all default template rules, with the effect of stripping all markup from any XML file. 这个空样式表使用了所有缺省模板规则,其作用是将所有标记从XML文件中剥离。 www-128.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。