Click here to Skip to main content
16,011,447 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow to use " " in *.xsl file Pin
oohungoo13-Nov-05 16:15
oohungoo13-Nov-05 16:15 
AnswerRe: How to use " " in *.xsl file Pin
Sushant_Mathur14-Nov-05 0:33
Sushant_Mathur14-Nov-05 0:33 
Questionnewbie needs xsl help Pin
dunbshy11-Nov-05 5:57
dunbshy11-Nov-05 5:57 
AnswerRe: newbie needs xsl help Pin
Sushant_Mathur14-Nov-05 0:23
Sushant_Mathur14-Nov-05 0:23 
QuestionConnecting Applications together Pin
kourvoisier11-Nov-05 4:26
kourvoisier11-Nov-05 4:26 
AnswerRe: Connecting Applications together Pin
Curtis Schlak.24-Nov-05 14:57
Curtis Schlak.24-Nov-05 14:57 
QuestionDifferentiate XML files with OpenFileDialog Pin
softplanner11-Nov-05 3:31
softplanner11-Nov-05 3:31 
QuestionPassing a xml object in C# Pin
pavan bhatara8-Nov-05 0:17
pavan bhatara8-Nov-05 0:17 
hi,
I have some program in C# like this

XmlDocument XmlDom1 = new XmlDocument();
XmlDocument XmlDom2 = new XmlDocument();

XmlDom1.Load("Test1.xml");
XmlDom1.Load("Test2.xml");

System.Xml.Xsl.XslTransform XslObj = new System.Xml.Xsl.XslTransform();
XslObj.Load("Common.xsl");

System.Xml.Xsl.XsltArgumentList ARG = new System.Xml.Xsl.XsltArgumentList();
//ARG.AddParam("Test","urn:PC",XmlDom2);
ARG.AddExtensionObject("urn:PC",XmlDom2);

System.IO.StringWriter sw = new System.IO.StringWriter();
System.Xml.XPath.XPathNavigator xdNav = XmlDom.CreateNavigator();

XslObj.Transform( xdNav,ARG,sw);

return sw.ToString();



I am passing a xml object XmlDom2 like

ARG.AddExtensionObject("urn:PC",XmlDom2);

Now how will i get this in the xsl(Common.xsl)

QuestionXML nomenclature/structure question Pin
Vikram A Punathambekar6-Nov-05 19:56
Vikram A Punathambekar6-Nov-05 19:56 
AnswerRe: XML nomenclature/structure question Pin
Shog922-Nov-05 6:51
sitebuilderShog922-Nov-05 6:51 
QuestionCan't parse SOAP with XPath Pin
Zhornyk5-Nov-05 3:19
Zhornyk5-Nov-05 3:19 
QuestionVBA / XML Pin
stevenho2-Nov-05 12:13
stevenho2-Nov-05 12:13 
QuestionGetting IE to pass a file in XML format with a custom extension to my C#/Winforms application Pin
timothymfox31-Oct-05 6:45
timothymfox31-Oct-05 6:45 
QuestionProblem changing class field from string to Class Pin
Jason Pease31-Oct-05 0:59
Jason Pease31-Oct-05 0:59 
Questionsyntax error '<' Pin
gr8coaster32930-Oct-05 15:17
gr8coaster32930-Oct-05 15:17 
AnswerRe: syntax error '<' Pin
Christian Graus30-Oct-05 16:05
protectorChristian Graus30-Oct-05 16:05 
GeneralRe: syntax error '<' Pin
gr8coaster32930-Oct-05 17:09
gr8coaster32930-Oct-05 17:09 
GeneralRe: syntax error '<' Pin
Christian Graus30-Oct-05 17:17
protectorChristian Graus30-Oct-05 17:17 
GeneralRe: syntax error '<' Pin
gr8coaster32931-Oct-05 9:28
gr8coaster32931-Oct-05 9:28 
GeneralRe: syntax error '<' Pin
Christian Graus31-Oct-05 10:54
protectorChristian Graus31-Oct-05 10:54 
Questionshould i use flash or director with my xml? Pin
lezlea29-Oct-05 21:03
lezlea29-Oct-05 21:03 
AnswerRe: should i use flash or director with my xml? Pin
Sushant_Mathur14-Nov-05 20:10
Sushant_Mathur14-Nov-05 20:10 
QuestionXSLT stylesheet Pin
HpLif28-Oct-05 8:25
HpLif28-Oct-05 8:25 
Questionproblem in updation Pin
Nadia stoichov26-Oct-05 17:45
sussNadia stoichov26-Oct-05 17:45 
AnswerRe: problem in updation Pin
Denevers14-Nov-05 13:39
Denevers14-Nov-05 13:39 

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.