For example, every paragraph tag needs its closing tag .
例如,每个段落标记都需要结束标记。
By doing this, it can omit the closing tag of an element.
通过这种方法,它可以省略元素的结束标签。
Forced line break — note that it doesn't require a closing tag.
强制断行——注意它不需要关闭标签。
When creating single elements use the closing tag or XHTML format.
当你创建单个元素时,请使用闭合标签或XHTML格式。
Tag matching to identify the opening and closing tags for an element.
标记对称,可辨认项目的开头标记和结尾标记。
NextTag can skip over any insignificant whitespace up to the next opening or closing tag.
nextTag能够跳过所有无关紧要的空白直到下一个开始或结束标记。
The parser makes it past the comment, but it dies at the malformed self-closing tag.
剖析器让它来处理注释,但是它在坏的自关闭标签那里停止了。
Finally, the framework writes out any appropriate closing tag for the component's open tag.
最后,此框架为此组件的打开标签写出适当的结束标签。
A literal string refers to the text between the opening and closing tag of an HTML control.
常值字串会参考HTML控制项的开头标记和结尾标记之间的文字。
This area contains the opening tag and the title tags (), and is then completed with the closing tag.
这个区域包含开始标记和标题标记( ),然后以结尾 标记结束。
The last step, closing the element, is completed by simply writing out the closing tag for the accessor.
最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。
To make this well-formed, you would need to switch either the opening tag order or the closing tag order.
要使之格式良好,要么切换开始标记顺序,要么切换结束标记顺序。
Within a server element, the element '% 1' is missing its closing tag or overlaps with element '% 2'.
在服务器元素内,元素“%1”缺少结束标记或与元素“% 2”重叠。
Note: You might have noticed from the previous example that the XML declaration did not have a closing tag.
注意:也许你在前面的案例中已经注意到,XML声明并没有包含结束标签。
That means every opening tag must have a corresponding closing tag and elements cannot be nested partly (wrong:).
这意味着:每个打开的标记必须有一个相应的结束标记,而且不能部分嵌套元素(错误:)。
Writes the closing tag of the specified markup element to end the specified layout and character formatting.
写入指定标记项目的结尾标记,以结束指定的配置与字元格式。
It generates two events for each price-quote element: one event for the opening tag and one event for the closing tag.
它为每个price - quote元素生成两个事件:一个开始标记事件和一个结束标记事件。
To wait for the stream's closing tag (in order to finalize building the DOM) means waiting until the conversation ends.
等待流的关闭标签(以便最终建立DOM)就意味着等待整个会话结束。
EndElement represents the element's closing tag (or simply the end of the element's markup, if it is an empty element).
EndElement表示元素的结束标记(或元素标记的结束,如果是空元素的话)。
The declaration is not a part of the XML document itself. It is not an XML element, and it should not have a closing tag.
声明并不是XML文档本身的一部分,它也不是一个XML元素,所以它并不需要包含结束标签。
Finally, the parser meets price-list's closing tag and it generates its two last events: closing price-list and end of document.
最后,语法分析器遇到price - list的结束标记并生成它的最后两个事件:结束price - list和文档结束。
Note: the DOCTYPE declaration is not a part of the XHTML document itself. It is not an XHTML element and it should not have a closing tag.
注意:DOCTYPE声明并不是XHTML文档自身的一部分。它也不是XHTML元素,它不该有关闭标签。
Note: the DOCTYPE declaration is not a part of the XHTML document itself. It is not an XHTML element, and it should not have a closing tag.
注意:DOCTYPE声明并不是XHTML文档自身的一部分。它也不是XHTML元素,它不该有关闭标签。
If you erased a closing tag, typed a tag name incorrectly, or perhaps overtyped a symbol, such as a less than sign (<), you might run into this problem.
如果您误删了一个结束标记,键入的标记名不正确或者多打了一个小于号 (<),则有可能遇到这种问题。
Well-formed means there can be no overlapping elements, all elements must contain a closing tag, attributes must be quoted and given a value, and the case of the characters is important.
“形式完好”意味着不可以重叠(overlapping)元素,所有元素都必须包含关闭标签,而属性必须包含双引号和一个值,字母大小写也同样重要。
The solution ElementTree adopts is to give each node a .tail attribute, which contains all the text after a closing tag but before the next element begins or the parent element is closed. For example
ElementTree 采用的解决方案赋予了每个节点一个 .tail属性,它包含了位于结束标记之后,下一元素开始或父元素结束之前所有的文本。
Each tag in the document, opening and closing, is represented by an arrow-like icon that contains the tag name.
文档(无论是打开还是关闭)中的每个标记都由一个包含标记名的、象箭头一样的图标表示。
Invariably, I open the document and find an obvious syntax error such as an empty tag without the closing slash (it should look like this:).
毫无例外的,我打开文档后总能找到明显的语法错误,比如没有反斜杠的空标签(应该是这样:)。
The MXML files are well-formed XML files, so I associate them in Eclipse with the XML editor to take advantage of the XML editor's features, such as formatting and tag closing.
MXML文件是格式良好的XML文件,所以我将它们在Eclipse中关联到XML编辑器,以利用XML编辑器的功能,比如格式化和标记闭合。
The MXML files are well-formed XML files, so I associate them in Eclipse with the XML editor to take advantage of the XML editor's features, such as formatting and tag closing.
MXML文件是格式良好的XML文件,所以我将它们在Eclipse中关联到XML编辑器,以利用XML编辑器的功能,比如格式化和标记闭合。
应用推荐