[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Re: XML Tag to Output Math type format

Subject: Re: Re: XML Tag to Output Math type format
From: Alexey Nickolaenkov <nikolaenkov@xxxxxxxxxxxx>
Date: Fri, 5 Jan 2007 12:11:23 +0300
math type download
Byomokesh, if you want html output , try this one:

<xsl:template match="fraction">
  <style type="text/css">
     .fraction { margin-left: 100px; width: 3em;}
     .fraction div {padding: 5px; width: 100%; text-align: center;}
     .numerator { border-bottom: 1px dashed #333;}
  </style>

  <div class="fraction">
     <div class="numerator">
        <xsl:apply-templates select="numerator"/>
     </div>
     <div>
         <xsl:apply-templates select="denom"/>
     </div>
  </div>
</xsl:template>

<xsl:template match="numerator|denom">
   <xsl:apply-templates select="node()"/>
</xsl:template>


<xsl:template match="plain">
   <xsl:value-of select="."/>
</xsl:template>


B> Hi,

B> I have no need any transformation. This is XML input and I want output
B> as divider (shown my previous message) through XSL in Internet Explorer.

B> I hope you understand

B> Thanks
B> Byomokesh

>>>Can you provide us with xml output you need?

B> Thursday, January 4, 2007, 1:19:58 PM, you wrote:

>> Hi All

>> I am doing XML to HTML through XSL.I have a big problem in related
B> math.
>> This is not a math type tag. But Output is Math Type Equation.

>> My XML

>>
B> <fraction><numerator><plain>$80</plain></numerator><denom><plain>$200</p
lain>>></denom></fraction>

>> I want Output.......

>>  $80
>> -----
>> $200

>> I have downloaded Tech Explorer. But How convert this through XSL.

>> Advance thanks for any help........

>> Thanks and Regards
>> Byomokesh


-- 
Alexey                            mailto:alexey.nikolaenkov@xxxxxxxxxxxx

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.