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

RE: Convert XML to Excel using XSLT Question II.

Subject: RE: Convert XML to Excel using XSLT Question II.
From: "Rick Roen" <Rick@xxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Jun 2006 15:31:08 -0500
excel using xml
Karen,

The "." is shorthand for the current context node, so in this case it is
whatever value is in the nodes:
 "TAX_CASH_FLOW_ANALYSIS/TaxCashFlowUnit/TaxCashFlowDetail/*" 

HTH

Rick

-----Original Message-----
From: Karen Yang [mailto:kyang94@xxxxxxxxx] 
Sent: Tuesday, June 20, 2006 3:01 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Convert XML to Excel using XSLT Question II.

Hi,

Beside the question I had in my previous email, here comes another
one. Since I've been struggling on this for quite some days and the
deadline is coming, I'd greatly appreciate it if you could help me
out....

what does the "." do? i.e. I don't understand what the following does?
especially the "." part, and without apply-template, how this code
would be called?

<xsl:template
match="TAX_CASH_FLOW_ANALYSIS/TaxCashFlowUnit/TaxCashFlowDetail/*">
  <Cell><Data ss:Type="String">
    <xsl:value-of select="."/>
  </Data></Cell>
</xsl:template>

>
> You may only want to do something with the content of the current node in
> which case you would use
> <xsl:value-of select ="."/>. ... something like your cell below.

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.