Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

82 lines
1.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>HelloXML Sample</title>
<link rel="stylesheet" type="text/css" href="../../docs/rotor.css">
</head>
<body>
<h1> HelloXML Sample</h1>
<h2>Sample Overview</h2>
<p>This is a simple test sample that writes some text to an XML file.</p>
<h2>Sample Source and Build Output Locations</h2>
<p>The sample source is found in sscli\samples\helloxml.&nbsp; </p>
<p>The source file is:</p>
<ul class="none">
<li><a href="helloxml.cs">helloxml.cs</a></li>
</ul>
<p>The build output location is %TARGETCOMPLUS%\samples\hello.&nbsp; The output
file is an executable assembly named helloxml.exe.</p>
<h2>Building the Sample</h2>
<p>All samples are built from the buildall script.&nbsp; </p>
<p>You can also build all the
samples by switching to the root of the sample directory, sscli\samples, and typing
<code>build -c</code>.</p>
<p>You can build this specific sample by switching to the sample directory and typing
<code>build -c</code>.</p>
<h2>Running the Sample</h2>
<p>These steps require that the Shared Source CLI (SSCLI) be already built and
functional.</p>
<ol>
<li>Run env.bat or source the env.csh or env.sh script files depending on
your platform.</li>
<li>Switch to the %TARGETCOMPLUS%\samples\hello directory.</li>
<li>Type the following command:<blockquote>
<p>clix helloxml.exe</p>
</blockquote>
</li>
</ol>
<hr>
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i></p>
</body>
</html>