[xsl] Can XSLT remember the occurrence

Subject: [xsl] Can XSLT remember the occurrence
From: suresh reddy <suresh9722003@xxxxxxxxx>
Date: Sun, 4 Jan 2004 03:57:08 -0800 (PST)
Hi,
    I have the following XML file..

<math xmlns='http://www.w3.org/1998/Math/MathML'>
<msup>
 <mi>e</mi>
 <mrow>
  <msub>
   <mi>x</mi>
   <mi>i</mi>
  </msub>
 </mrow>
</msup>
</math>

Can I write an XSL so that the output is the following
..

<html>
<body>
e power x power base i
</body>
</html>

In the above sentence the variables x and i are
located with respect to the ground (Note: here the
ground variable is e)
  
Can anyone please help me... the solution should be
more generalized .... the above is just a simple
instance I have chosen.. the expression can be very
complex and every variable should be expressed with
respect to the ground variable.

kindly help is needed 

Thank you
Suresh




__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread