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

RE: few nodes are missing ??

Subject: RE: few nodes are missing ??
From: Americo Albuquerque <melinor@xxxxxxx>
Date: Wed, 10 Sep 2003 22:25:34 +0100
xsl nodes missing
Hi

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Dipesh Khakhkhar
> Sent: Monday, September 08, 2003 9:36 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE:  few nodes are missing ??
> 
> 
(...)
> 
> You have made properly this for first node i.e. Root. I have 
> made minor change 
> in the xsl here to prepend "RootID" in front of Node1ID since 
> Root and Node1 
> are two different tables in my database.

That stylesheet was based on your output. It would help if you could
provid an example with the two tables. Wich node is the origin of the
second table. In your example you had the table1 repeated

(...)

> My question here is i want to prepend few words after before 
> outputting column 
> names for each table. How do i do that ? Since from this xsl 
> i don't come to 
> know which table is ending where.

The templates that call the table columns are the <xsl:template
match="CLASS" mode="header"> and <xsl:template match="Row">

The header's template uses xsl:apply-templates. Every text you put
before will appear before all columns, every text you put after will
appear after all columns.

The normal template, the one that matches the "Row" element, uses
xsl:for-each. Every text you put before the <xsl:for-each> will appear
before the columns values, every text you put after </xsl:for-each> will
appear after the columns values.

Regards,
Americo Albuquerque

> 
> I hope you will get what I am stuck with.
> 
> Thanks once again for taking out your time for solving this problem.
> 
> Eagerly waiting for reply.
> 
> Regards,
> Dipesh
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


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.