XMLC Metadata - DOM Editing Elements


<domEdits>

Section containing DOM editing specifications. These are modifications done to elements in the DOM during the compilation of a document.

Context:

Content:

<elementEdit>

Abstract type used as a base for all element editing definitions. This provides for the definition of which attributes and elements are to be operated on by the derived edit definitions.

Attributes:


<urlEdit>

Abstract type uses as a base for all URL editing definition.

Base type: <elementEdit>

Attributes:

Context:

<urlMapping/>

Specifies the literal replacement of URLs in element attributes. When used in the <domEdits> section, it applies globally to elements. When use in a element or sub-document, it applies only to that context.

Base type: <urlEdit>

Attributes:

Context:

<urlRegExpMapping/>

Specifies the regular expression replacement of URLs in element attributes. If the regular expression matches, if is edited using a substituted using a replacement pattern. POSIX extended regular expressions are used implemented uses the gnu.regexp package. Set the documentation on this package for details of the regular expression and substitution syntax. When used in the <domEdits> section, it applies globally to elements. When use in a element or sub-document, it applies only to that context.

Base type: <urlEdit>

Attributes:

Context:

<deleteElement>

Delete all matching elements. This is often used to specify the element class of mockup data that is to be deleted from the document.

Base type: <elementEdit>

Context: