The insert tag allows content to be injected in the area on the page that's referenced by the insert's name attribute. insert标记允许将内容插入到由insert的name属性所引用的页面区域。
Generate XHTML on the server and insert into the current page using the innerHTML attribute of a DOM object. 在服务器上生成XHTML,并使用DOM对象的innerHTML属性将其插入当前页面。
If you prefer the " customerid " to be an attribute of the " customerinfo " element, then the insert expression needs to contain a so-called computed attribute constructor. 如果希望“customerid”成为“customerinfo”元素的属性,那么插入表达式需要包含一个计算属性构造器。
If you insert a document where the value of an indexed element or attribute exceeds the maximum length n, the insert fails. 如果插入一个文档,其中索引元素或属性的值超过了最大长度n,则插入操作将失败。
Maintaining side tables at insert time requires XML parsing and additional relational inserts because selected XML element and attribute values are extracted and stored separately. 在插入时维护索引表需要XML解析和额外的关系插入,因为选择的XML元素和属性值是分别提取和存储的。