<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2448.0">
<TITLE>Expat - basic help</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I need a stack mechanism that keeps track of the current context.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">For example, in the following XML, I need to distinguish between the two different &lt;Name&gt; tags.</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;Transaction&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">&lt;Header&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">&lt;Name&gt;Some text...&lt;/Name&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">&lt;/Header&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">&lt;Body&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">&lt;Name&gt;Some different text...&lt;/Name&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">&lt;/Body&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;/Transaction&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I was thinking of putting in a stack mechanism via the&nbsp; &quot;XML_SetElementHandler&quot; function.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Does anyone have any example code I can have a look at ?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Many thanks,</FONT>
<BR><FONT SIZE=2 FACE="Arial">Nigel</FONT>
</P>

</BODY>
</HTML>