473,387 Members | 1,899 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

how do i write the xsl transform results?

if i have an xsl transform that results in a table being generated, how do i
display that table on my page at runtime?

currently i am having to dim a table control with a row and a cell, then
adding the result of the xsl transform to the cell.

but this means i end up with a table within a table, when all i want is just
1 table (from the xsl).

thanks.

Nov 17 '05 #1
2 1464
Use an asp:literal control and add the results to the literal control's text
property.
"suzy" <me@nospam.com> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
if i have an xsl transform that results in a table being generated, how do i display that table on my page at runtime?

currently i am having to dim a table control with a row and a cell, then
adding the result of the xsl transform to the cell.

but this means i end up with a table within a table, when all i want is just 1 table (from the xsl).

thanks.

Nov 17 '05 #2
thank you!!!

"Showjumper" <sh*******@grkjashdjkf.com> wrote in message
news:OZ*************@TK2MSFTNGP10.phx.gbl...
Use an asp:literal control and add the results to the literal control's text property.
"suzy" <me@nospam.com> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
if i have an xsl transform that results in a table being generated, how
do i
display that table on my page at runtime?

currently i am having to dim a table control with a row and a cell, then
adding the result of the xsl transform to the cell.

but this means i end up with a table within a table, when all i want is

just
1 table (from the xsl).

thanks.


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Patrick Guio | last post by:
Dear all, I am trying to use the std::transform algorithm to to the following vector< vector<char> >::iterator ik = keys.begin(); // key list iterator vector< vector<char> >::iterator is = ik;...
5
by: KathyB | last post by:
If someone could just explain this to me...I just don't get it! I have an aspx page where I retrieve several session variables and use xmlDocument to transform xml file with xsl file into an...
4
by: darrel | last post by:
I think I've gotten the hang of XML and XSLT...at least enough to produce the results I'm looking for. I now need to take the next step and use ASP.NET (using VB.NET) to take the xml and send it...
4
by: Doug | last post by:
I'm learning how to use the XSL transform functionality and can't get it to work. In a book I'm reading on it, it says that I can do like I did below and just add a value like <root_node/> in...
6
by: tcdevelopment | last post by:
I have a XSLT file that gives expected results when I transform using MSXML V4.0 in a simple vbs file. However when using XslTransform in dotnet, I do not get the same results. The part of the...
0
by: suzy | last post by:
if i have an xsl transform that results in a table being generated, how do i display that table on my page at runtime? currently i am having to dim a table control with a row and a cell, then...
4
by: Dean Card | last post by:
Okay, so here is the situation. I have need to do some on-the-fly image creation. I have everything working great except for the last part of it, applying a perspective type transform to the...
12
by: InvalidLastName | last post by:
We have been used XslTransform. .NET 1.1, for transform XML document, Dataset with xsl to HTML. Some of these html contents contain javascript and links. For example: // javascript if (a &gt; b)...
5
by: Kevin Burton | last post by:
I am trying an XSLT transformation using the XslCompiledTransform class. I get an exception when I call the Transform method. It seems to point to these two lines: <xsl:namespace...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.