Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A neutralization is defined in Kiuwan by the following element:

Code Block
languagexml
<!ELEMENT neutralization (#PCDATA)*>

...


<!ATTLIST neutralization

...


  argpos CDATA #REQUIRED

...


  kind CDATA #IMPLIED

...


  resource %resource; #IMPLIED
> 

...

 

argpos


Info
titleargpos

argpos attribute specifies the “tainted” object, i.e. what object (or objects) are “untainted” by the routine.

...