Click here to Skip to main content
15,903,201 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to buil ASp .NET Application usin nant -0.85 Pin
balpanbh10-Oct-07 22:42
balpanbh10-Oct-07 22:42 
AnswerRe: How to buil ASp .NET Application usin nant -0.85 Pin
Scott Dorman11-Oct-07 4:32
professionalScott Dorman11-Oct-07 4:32 
QuestionHow make the search Pin
Robert Wang198310-Oct-07 21:49
Robert Wang198310-Oct-07 21:49 
AnswerRe: How make the search Pin
Dave Kreskowiak11-Oct-07 1:51
mveDave Kreskowiak11-Oct-07 1:51 
GeneralRe: How make the search Pin
Robert Wang198311-Oct-07 17:36
Robert Wang198311-Oct-07 17:36 
Questionhow to display video via web (realtime)? [modified] Pin
matee_code10-Oct-07 17:58
matee_code10-Oct-07 17:58 
AnswerRe: how to display video via web (realtime)? Pin
Dave Kreskowiak11-Oct-07 1:50
mveDave Kreskowiak11-Oct-07 1:50 
QuestionXslCompiledTransform need to figure out number of rows transformed into text file Pin
boris.kleynbok10-Oct-07 5:47
boris.kleynbok10-Oct-07 5:47 
Using something along the lines of the following:

XslCompiledTransform transform = new XslCompiledTransform();
transform.Load(Constants.XSLTFile);
using (XmlReader reader = XmlReader.Create(new System.IO.StringReader(sb.ToString())))
{
using (TextWriter textWriter = new StreamWriter(Constants.OutputFile, false, Encoding.GetEncoding("Windows-1252")))
{
transform.Transform(reader, null, textWriter);
}
}
The goal here is to create a text file from XML using XSLT. For auditing purposes need to know how many rows being written to the text file after the tranformation.

All help is appreciated.

Regards,

Boris
AnswerRe: XslCompiledTransform need to figure out number of rows transformed into text file Pin
TJoe10-Oct-07 7:02
TJoe10-Oct-07 7:02 
Questionthreading Pin
steve_a_p10-Oct-07 2:28
steve_a_p10-Oct-07 2:28 
AnswerRe: threading Pin
led mike10-Oct-07 6:14
led mike10-Oct-07 6:14 
AnswerRe: threading Pin
Luc Pattyn10-Oct-07 8:08
sitebuilderLuc Pattyn10-Oct-07 8:08 
GeneralRe: threading Pin
led mike10-Oct-07 8:35
led mike10-Oct-07 8:35 
QuestionRe: threading Pin
steve_a_p10-Oct-07 9:49
steve_a_p10-Oct-07 9:49 
AnswerRe: threading Pin
Patrick Etc.10-Oct-07 10:05
Patrick Etc.10-Oct-07 10:05 
AnswerRe: threading Pin
Luc Pattyn10-Oct-07 10:54
sitebuilderLuc Pattyn10-Oct-07 10:54 
GeneralRe: threading Pin
steve_a_p10-Oct-07 11:19
steve_a_p10-Oct-07 11:19 
GeneralRe: threading Pin
Patrick Etc.10-Oct-07 10:02
Patrick Etc.10-Oct-07 10:02 
GeneralRe: threading Pin
Luc Pattyn10-Oct-07 11:02
sitebuilderLuc Pattyn10-Oct-07 11:02 
GeneralRe: threading Pin
steve_a_p10-Oct-07 11:09
steve_a_p10-Oct-07 11:09 
GeneralRe: threading Pin
Robert Rohde10-Oct-07 11:38
Robert Rohde10-Oct-07 11:38 
GeneralRe: threading Pin
Patrick Etc.10-Oct-07 11:47
Patrick Etc.10-Oct-07 11:47 
GeneralRe: threading Pin
Robert Rohde10-Oct-07 11:59
Robert Rohde10-Oct-07 11:59 
GeneralRe: threading Pin
Patrick Etc.10-Oct-07 12:32
Patrick Etc.10-Oct-07 12:32 
GeneralRe: threading Pin
led mike12-Oct-07 5:03
led mike12-Oct-07 5:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.