| 1. | Such as an open - tag or attribute ,比如起始标签或者属性。 |
| 2. | Attributes are always added to the start tag of an html element 属性应该添加在html元素里的起始标签中。 |
| 3. | Xml elements can have attributes in the start tag , just like html Xml元素可以像html那样在起始标签内书写属性。 |
| 4. | At the very first start tag of the document the root element tag , i retrieve the 从文档的第一个起始标签开始(根元素标签) ,我从该元素中检索 |
| 5. | Simply look for opening and closing tags as events , and call back to the relevant handlers ,并只是把找到的起始标签和结束标签作为事件回调相关的处理器。 |
| 6. | Think of character data as the text found between the start tag and the end tag of an xml element 你可以把字符数据当作xml元素中起始标签与结束标签之间的文本内容。 |
| 7. | If the start - tag is in the content of another element , the end - tag is in the content of the same element 如果元素的起始标签在另一个元素里面,则结束标签也必须在同一个元素里 |
| 8. | The name in an element s end - tag must match the element type in the start - tag . names are case - sensitive 一个元素的起始标签和结束标签的名字必须相匹配,并且标签名是大小写敏感的 |
| 9. | An xml element is everything from ( including ) the element ' s start tag to ( including ) the element ' s end tag 一个xml元素的所有内容是元素的起始标签和终止标签之间的一切内容(起始、终止标签也包含其中) 。 |
| 10. | The end of every element that begins with a start - tag must be marked by an end - tag containing a name that echoes the element s type as given in the start - tag . the text between the start - tag and end - tag is called the element s content . an element without content can take a special form 所有以起始标签开始的元素都必须以与起始标签同名的结束标签作为结束,在起始和结束标签中间的文本是元素的内容,无内容的元素可以使用一种特殊的形式 |