This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XSL in SQL server


Not sure if this is the place to ask about SQL servers with XSL... but here
it is anyhow.
because at the moment, I manage to get the browser to show me the XML from
what I have done in the Enterprise manager (the tables - database).  I
copied the XML on the browser into a file and added an XSL to it.  It worked
fine.  But once I tried to use XSL in the browser address:
xmlgate?SQL=select+*+from+menuitem+where+rebrand='NX'+for+xml+auto&ROOT=menu
&XSL=NetXMain2.xsl 
all I get back is 
<TD
on the broswer.  When I went into the source code to see what it looked
like, this is what I see:

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
	<STYLE type="text/css">
		TD {align: center }
	</STYLE>
</HEAD>
<BODY>

   <FORM name="mainForm">
<TABLE cellSpacing="0" cellPadding="0" width="10%" border="0" align="left"
valign="top"><TBODY>
<TR><TD

most of the info have not been displayed.  I don't know what the problem is.
Can anyone please give me some suggestions?! 


Rosa

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]