xsl-list
[Top] [All Lists]

Can XSLT remember the occurrence

2004-01-04 04:57:08
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



<Prev in Thread] Current Thread [Next in Thread>