[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] HOW XSLT WILL BE, WHEN XML2XML TRANSFORMATION


Subject: [xsl] HOW XSLT WILL BE, WHEN XML2XML TRANSFORMATION
From: Arul Kumar <arulxml@xxxxxxxxxxxx>
Date: Sat, 04 Dec 2004 15:54:36 +0530

Hallow everybody,

I am processing XML to XML transformation by using xslt, in the meantime I would like to clarify with you regarding the below one:

Input XML:
<para>
Text before equation
   <equation>Equation text</equation>
       Text before/after equation
   <equation>Equation text</equation>
Text after equation
</para>


Output XML: <p>Text before equation</p> <eqn>Equation text</eqn> <p>Text before/after equation</p> <eqn>Equation text</eqn> <p>Text after equation</p>

Please advise, how can I able to get above Output XML by using xslt, and how the XSLT will be?

Best regards
Arul Kumar


Current Thread
Keywords