<noadd> : CookXml Core Tag


This tag does exactly nothing. The purpose is to prevent the child objects to be added to the parent objects.

Examples

In the following XML code, I wanted to set up some things such as string resouce, but it is unrelated to the panel root.

<panel>
	<noadd>
		<!-- things unrelated to the panel -->
		<string var="errorMessage" text="Error: Red Alert"/>
	</noadd>
</panel>