Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: What's wrong with .Net XSL Processor? >Thread Next - Re: What's wrong with .Net XSL Processor? Re: What's wrong with .Net XSL Processor?To: NULL Date: 4/6/2005 7:33:00 AM Thanks for asking.
The transform displays,
<HTML>
<BODY>
<TABLE BORDER="1">
<TR>
<TD>
<B>Employees</B>
</TD>
</TR>
<TR>
<TD>Leverling, Janet</TD>
</TR>
<TR>
<TD>Fuller, Andrew</TD>
</TR>
<TR>
<TD>Davolio, Nancy</TD>
</TR>
</TABLE>
</BODY>
</HTML>
vice what Stylus Studio's built in processor displays:
<HTML><BODY><TABLE
BORDER="1"><TR><TD><B>Employees</B></TD></TR><TR><TD>Davolio,
Nancy</TD></TR><TR><TD>Fuller, Andrew</TD></TR><TR><TD>Leverling,
Janet</TD></TR></TABLE></BODY></HTML>
When I add a debug line to the stylesheet in order to trace the parameters
in my Visual Studio web app the output is:
<HTML>
<BODY>
<!-- debug -->
<p>sortColumn=family, sortOrder=descending</p>
<TABLE BORDER="1">
<TR>
<TD>
<B>Employees</B>
</TD>
</TR>
<TR>
<TD>Leverling, Janet</TD>
</TR>
<TR>
<TD>Fuller, Andrew</TD>
</TR>
<TR>
<TD>Davolio, Nancy</TD>
</TR>
</TABLE>
</BODY>
vice what Stylus Studio's built in processor displays:
<HTML><BODY><p>sortColumn=, sortOrder=</p><TABLE
BORDER="1"><TR><TD><B>Employees</B></TD></TR><TR><TD>Davolio,
Nancy</TD></TR><TR><TD>Fuller, Andrew</TD></TR><TR><TD>Leverling,
Janet</TD></TR></TABLE></BODY></HTML>
NOTE: Missing <xsl:value-of select="$sortColumn"/>
--
thx
-jsh
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
