Startup argument reference > X

X
-xmlunusedattributes
 
-xmlunusedattributes include|ignore
Using -xmlunusedattributes ignore causes the XMLIN parser to ignore attributes that are not included in XPath patterns or expressions in XML Events. The ignored attributes are not included in the XMLIN DOM, which means the size of the DOM tree can be reduced significantly. This will not work properly together with XML validation (XML schema or DTD) since validation errors may occur due to missing attributes. This will also not work with XPaths that do not match a specific name, for example @*.
Using -xmlunusedattributes include causes the XMLIN parser not to ignore any attributes. This is the default server behavior, and is the same as not using the -xmlunusedattributes startup argument.
-xmlunusedattributes ignore
OpenText StreamServe 5.6 Updated: 2013-03-01