Click here to Skip to main content
15,911,035 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionUse of XSL Variable or Param Pin
Abubakarsb7-Mar-07 23:59
Abubakarsb7-Mar-07 23:59 
AnswerRe: Use of XSL Variable or Param Pin
Mark J. Miller8-Mar-07 6:59
Mark J. Miller8-Mar-07 6:59 
GeneralRe: Use of XSL Variable or Param Pin
Abubakarsb13-Mar-07 12:14
Abubakarsb13-Mar-07 12:14 
GeneralRe: Use of XSL Variable or Param Pin
Mark J. Miller13-Mar-07 12:41
Mark J. Miller13-Mar-07 12:41 
GeneralRe: Use of XSL Variable or Param Pin
Abubakarsb13-Mar-07 12:52
Abubakarsb13-Mar-07 12:52 
GeneralRe: Use of XSL Variable or Param Pin
Mark J. Miller13-Mar-07 13:32
Mark J. Miller13-Mar-07 13:32 
QuestionString in XSLT Pin
w13RTH70Lo6-Mar-07 2:52
w13RTH70Lo6-Mar-07 2:52 
QuestionDataSet in XSLT Pin
w13RTH70Lo5-Mar-07 22:17
w13RTH70Lo5-Mar-07 22:17 
i am fetching some data from SQL and filling it through the Adapterto in DataSet, and then passing that DataSet to the XmlDataDocument Object, like

XmlDataDocument XMLDoc = new XmlDataDocument(dsOrders);

and then again i take SqlDataAdapteradapter2 with new Query and again fill the same Dataset. means there are now two results, resulted by 2 queries


XMLDoc.DataSet.EnforceConstraints = false;

and then i am accessing that data through XSLT and exporting it as Excel,

when i access the data of the First query in XSLT it shows the required result but it also repeat the rows for the seocnd result,

like suppose there are total 7 rows in out put 3 are for first query and 4 are for 2nd query and i need the print only first 3 [of first query] but it displays thw hwole 7, first 3 showing results but last 4 with no values.

why it is repeating.

I love .NET

QuestionXSLT Permomance : for-each vs apply-templates Pin
SIJUTHOMASP5-Mar-07 11:04
professionalSIJUTHOMASP5-Mar-07 11:04 
AnswerRe: XSLT Permomance : for-each vs apply-templates Pin
George L. Jackson6-Mar-07 17:10
George L. Jackson6-Mar-07 17:10 
QuestionMSXML 5.0 SDK Pin
Andy H5-Mar-07 3:52
Andy H5-Mar-07 3:52 
AnswerRe: MSXML 5.0 SDK Pin
Dmitry Khudorozhkov5-Mar-07 7:12
Dmitry Khudorozhkov5-Mar-07 7:12 
GeneralRe: MSXML 5.0 SDK Pin
Andy H5-Mar-07 7:55
Andy H5-Mar-07 7:55 
GeneralRe: MSXML 5.0 SDK Pin
Stefan Troschuetz5-Mar-07 19:52
Stefan Troschuetz5-Mar-07 19:52 
GeneralRe: MSXML 5.0 SDK Pin
Andy H5-Mar-07 20:30
Andy H5-Mar-07 20:30 
QuestionMerging 2 XML documents Pin
w13RTH70Lo4-Mar-07 2:58
w13RTH70Lo4-Mar-07 2:58 
Questionpassing array as argument in XSLt Pin
w13RTH70Lo3-Mar-07 2:55
w13RTH70Lo3-Mar-07 2:55 
QuestionXSLT exception handling Pin
rana742-Mar-07 19:29
rana742-Mar-07 19:29 
QuestionRead xml file into HTML table Pin
thedom228-Feb-07 13:41
thedom228-Feb-07 13:41 
AnswerRe: Read xml file into HTML table Pin
Stefan Troschuetz28-Feb-07 21:11
Stefan Troschuetz28-Feb-07 21:11 
GeneralRe: Read xml file into HTML table Pin
thedom21-Mar-07 0:17
thedom21-Mar-07 0:17 
GeneralRe: Read xml file into HTML table Pin
Stefan Troschuetz1-Mar-07 0:40
Stefan Troschuetz1-Mar-07 0:40 
GeneralRe: Read xml file into HTML table Pin
thedom21-Mar-07 15:33
thedom21-Mar-07 15:33 
Questionhelping converting doc,txt,rtf to xml Pin
yacastr28-Feb-07 5:36
yacastr28-Feb-07 5:36 
AnswerRe: helping converting doc,txt,rtf to xml Pin
led mike28-Feb-07 5:48
led mike28-Feb-07 5:48 

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.