<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<title>Isight - Examples</title>
  <head>
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
  </head>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif"></a>
<body>
<h1>XML Parser Component</h1>
<table>
	<th colspan=2>XMLParser</th>
	<tr>
		<td>Description:</td>
		<td>This example demonstrates the use of the XML Parser
			component. Scalar and Array parameters are created
			by parsing an XML file. Addition of the array
			parameters is done using a calculator component and
			a new XML file with updated values is created.
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="XMLParser.zmf">XMLParser.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>XML Parser</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>Calculator Component</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
</body>
</html>
