Click here to Skip to main content
15,888,461 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionCalculating DigestValue for SignedInfo Pin
Andy H16-Jun-07 0:36
Andy H16-Jun-07 0:36 
Questionxml data source used for navigation. Pin
newbie1234567891015-Jun-07 3:58
newbie1234567891015-Jun-07 3:58 
AnswerRe: xml data source used for navigation. Pin
Stefan Troschuetz15-Jun-07 21:59
Stefan Troschuetz15-Jun-07 21:59 
Questionspecial character are coming while generating a XML File. Pin
saymajum14-Jun-07 17:12
saymajum14-Jun-07 17:12 
AnswerRe: special character are coming while generating a XML File. Pin
Stefan Troschuetz15-Jun-07 3:04
Stefan Troschuetz15-Jun-07 3:04 
Questionhow to attach database object to textwriter Pin
ksrs13-Jun-07 8:07
ksrs13-Jun-07 8:07 
QuestionRe: how to attach database object to textwriter Pin
Brendan Vogt21-Jun-07 17:41
Brendan Vogt21-Jun-07 17:41 
AnswerRe: how to attach database object to textwriter Pin
ksrs22-Jun-07 15:52
ksrs22-Jun-07 15:52 
Hi

i am using c#.net
this is my code may be it is helpfull to u.


XmlDataDocument xdd= new XmlDataDocument(dataset object )
XslCompiledTransform xt=new XslCompliedTransform()
xt.load("~/.xsl");
XslArgumentlist xal=new XslArgumentlist();
xt.transform(xdd,xal,response.output);


if u r using c# this is helpfull to u and add response.contenttype,response.addheader


thanks
QuestionIs there anything wrong in this statement [modified] Pin
saymajum13-Jun-07 7:55
saymajum13-Jun-07 7:55 
AnswerRe: Is there anything wrong in this statement Pin
Stefan Troschuetz13-Jun-07 10:29
Stefan Troschuetz13-Jun-07 10:29 
AnswerRe: Is there anything wrong in this statement Pin
Christian Graus15-Jun-07 17:50
protectorChristian Graus15-Jun-07 17:50 
AnswerRe: Is there anything wrong in this statement Pin
BoneSoft19-Jun-07 8:39
BoneSoft19-Jun-07 8:39 
QuestionMemory Leaks in MSXML ? Pin
logicaldna12-Jun-07 22:54
logicaldna12-Jun-07 22:54 
AnswerRe: Memory Leaks in MSXML ? Pin
_anil_19-Jun-07 19:35
_anil_19-Jun-07 19:35 
QuestionSpecific values [modified] Pin
Icarus12312-Jun-07 2:13
Icarus12312-Jun-07 2:13 
AnswerRe: Specific values Pin
Fatbuddha 112-Jun-07 23:10
Fatbuddha 112-Jun-07 23:10 
AnswerRe: Specific values Pin
S Douglas16-Jun-07 22:24
professionalS Douglas16-Jun-07 22:24 
Questiongenerate xslt code dynamically Pin
sdee211-Jun-07 14:42
sdee211-Jun-07 14:42 
AnswerRe: generate xslt code dynamically Pin
led mike12-Jun-07 4:45
led mike12-Jun-07 4:45 
Questionlanguage codings Pin
HUMPPAAA!11-Jun-07 3:30
HUMPPAAA!11-Jun-07 3:30 
AnswerRe: language codings Pin
HUMPPAAA!11-Jun-07 4:16
HUMPPAAA!11-Jun-07 4:16 
Questionxsl highlight function breaking html tags Pin
werD8-Jun-07 8:33
werD8-Jun-07 8:33 
AnswerRe: xsl highlight function breaking html tags Pin
werD8-Jun-07 10:43
werD8-Jun-07 10:43 
Questionxs:group with attribute Pin
Eugene Mirotin (Guard)7-Jun-07 11:41
Eugene Mirotin (Guard)7-Jun-07 11:41 
QuestionLogicaly selecting a section of XML Pin
Haun the 2nd7-Jun-07 11:11
Haun the 2nd7-Jun-07 11:11 

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.