blob: 2cfb22d50edeb81b505a3b9a9f928f09f449025d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!--
Copyright (c) 2010 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<toc label="Test various syntax forms for criteria value parameter">
<criteria name= "platform" value="win32, linux" />
<topic label="Topic Linux" href="A_topic.html">
<criteria name= "platform" value="LINUX" />
</topic>
<topic label="Topic Win32" href="A_topic.html">
<criteria name= "platform" value=" win32 " />
</topic>
<topic label="No Name" href="A_topic.html">
<criteria value=" win32 " />
</topic>
<topic label="No Value" href="A_topic.html">
<criteria name=" version " />
</topic>
<topic label="No Criteria" href="A_topic.html">
</topic>
</toc>