There are two methods for adding or changing the attributes of the (explicitly or implicitly) selected element:
Using the attribute form (the upper side of the attribute tool).This should be the method of choice for persons who prefer to use the keyboard.
Using the attribute table (the lower side of the attribute tool). This should be the method of choice for persons who prefer to use the mouse.
Adding an attribute for an element of the unconstrained type must be done using the attribute form. Simply type the name and value of the attribute in the attribute form and click on the Enter in the value field).
button (or pressWhat is an element of the unconstrained type? | |
---|---|
The type of an element is unconstrained if
In both cases, XXE allows the user to add or remove any attribute, the value allowed for these attributes being any string. In the latter case, fixing the invalid element will automatically make it recover its actual, constrained, type. |
Adding an attribute that matches an attribute wildcard must be done using the attribute form. Simply type the name and value of the attribute using the attribute form and click on the Enter in the value field). XXE will of course check that the name you have typed conforms to the attribute wildcard.
button (or pressWhat is a attribute wildcard? | |
---|---|
Using a W3C XML Schema or a RELAX NG schema (but not a DTD), it is possible to specify an element type which, for example, has 3 ``ordinary'' attributes The set of allowed namespaces is called an attribute wildcard. |