xsl-list
[Top] [All Lists]

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

2010-03-24 06:09:51
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--