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

Vertical Resulting Display...Format..

Subject: Vertical Resulting Display...Format..
From: "Sachidanandam E K" <sachidanandam.kumaraswamy@xxxxxxxxxxxxxx>
Date: Tue, 13 Mar 2001 20:57:00 +0530
xml display format
Hi All,
   Here is a xml.

   <?xml version='1.0'?>
<Project>
	<SubProject ID="1">
	<ImplFiles>
		<TotalFiles>3</TotalFiles>
		<File>KTbizAgent.cpp</File>
		<File>KTCbizAgent.cpp</File>
		<File>StdAfx.cpp</File>
	</ImplFiles>
	<HeaderFiles>
		<TotalFiles>3</TotalFiles>
		<File>KTbizAgent.h</File>
		<File>resource.h</File>
		<File>StdAfx.h</File>
	</HeaderFiles>
	</SubProject>
	<SubProject ID="2">
	<ImplFiles>
		<TotalFiles>3</TotalFiles>
		<File>KTdbAgent.cpp</File>
		<File>KTCdbAgent.cpp</File>
		<File>StdAfx.cpp</File>
	</ImplFiles>
	<HeaderFiles>
		<TotalFiles>3</TotalFiles>
		<File>KTdbAgent.h</File>
		<File>resource.h</File>
		<File>StdAfx.h</File>
	</HeaderFiles>
	</SubProject>
</Project>


   I want the output to be

       <Table>
            <TH>Impl File</TH>
            <TH>Header File</TH>
             <TR>
                  <TD>KTbizAgent.cpp</TD>
                  <TD>KTbizAgent.h</TD>
	       </TR>
             <TR>
		       <TD>KTdbAgent.cpp</TD>
                  <TD>KTdbAgent.h</TD>
             </TR>
             ...
              ....
             ...
         </TABLE>

 I want Vertical result.As it is inital phase if i need to optimize my xml
let me know .

Thanks in Advance
Sachi


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


Current Thread
  • javascript
    • stevenson - Wed, 13 Mar 2002 09:48:50 -0500 (EST)
      • Jeni Tennison - Wed, 13 Mar 2002 10:08:20 -0500 (EST)
      • Sachidanandam E K - Wed, 13 Mar 2002 10:17:33 -0500 (EST) <=

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.