Re: [xsl] Display more than one table in generic xslt - reg

Subject: Re: [xsl] Display more than one table in generic xslt - reg
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 24 Mar 2010 12:08:23 +0100
Ramesh Kumar wrote:

I need html output.

For the XML data you have posted below, please show us the exact HTML you want to create with XSLT.


My XML data is
<?xml version="1.0" standalone="yes"?>
<Sales>
 <DocHead>
   <SysID>-2008080800041</SysID>
   <WFDocID>0</WFDocID>
</DocHead>
<Line>
   <SysID>-2008080800045</SysID>
   <ParentSysID>-2008080800041</ParentSysID>
   <DocType>51</DocType>
</Line>

<Line>
   <SysID>-2008080800046</SysID>
   <ParentSysID>-2008080800041</ParentSysID>
   <DocType>51</DocType>
</Line>
</Sales>



--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread