Click here to Skip to main content
15,903,012 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionwriting to XML Pin
kadkir13-Jul-08 20:01
kadkir13-Jul-08 20:01 
AnswerRe: writing to XML Pin
Mike Ellison14-Jul-08 3:18
Mike Ellison14-Jul-08 3:18 
Questionwrong element in transformed xml Pin
AndrusM11-Jul-08 21:45
AndrusM11-Jul-08 21:45 
AnswerRe: wrong element in transformed xml Pin
Gideon Engelberth12-Jul-08 2:28
Gideon Engelberth12-Jul-08 2:28 
QuestionUse external Xml File in My external File (Import) Pin
hamedmot11-Jul-08 21:05
hamedmot11-Jul-08 21:05 
AnswerRe: Use external Xml File in My external File (Import) Pin
led mike14-Jul-08 5:57
led mike14-Jul-08 5:57 
QuestionXSLT for displaying generic XML-files Pin
Daniel Jansson10-Jul-08 20:22
Daniel Jansson10-Jul-08 20:22 
AnswerRe: XSLT for displaying generic XML-files Pin
led mike11-Jul-08 5:36
led mike11-Jul-08 5:36 
open source XSLT file? hehehe that's a good one!

Yes I have found similar years ago by googling around. Also created my own it's not that difficult, you just use XSLT form of recursion. However the simplest mechanism is to just get the XSLT that Internet Explorer uses, it is stored in the MSXML(N).DLL. If you use Visual Studio you can open the DLL in it's resource editor and copy the XSLT which is stored as a resource right out into your own file. If I remember correctly the resource name is not obvious.

You can also embed it as a resource in your own project. I have also seen noise about people getting the resource from MSXML at runtime. That approach means you are using which ever version the user has installed on his PC so that solution might have some benefits for certain projects.


led mike

QuestionXSD Validation - Allowed characters Pin
Erik Westermann9-Jul-08 12:06
professionalErik Westermann9-Jul-08 12:06 
AnswerRe: XSD Validation - Allowed characters Pin
Erik Westermann10-Sep-08 4:13
professionalErik Westermann10-Sep-08 4:13 
Questionxml reading using C# Pin
Ekjon7-Jul-08 11:03
Ekjon7-Jul-08 11:03 
Questionneed to return xml by using query string in vb.net Pin
subbu.sk6-Jul-08 21:46
subbu.sk6-Jul-08 21:46 
QuestionIn <xsl:for-each/> href should create automatically links with worksheet Pin
Pushpa Setty6-Jul-08 19:17
Pushpa Setty6-Jul-08 19:17 
QuestionIXMLDOMNodePtr & IXMLDOMNode *?? Any difference?? Pin
SimplySane6-Jul-08 6:56
SimplySane6-Jul-08 6:56 
AnswerRe: IXMLDOMNodePtr & IXMLDOMNode *?? Any difference?? Pin
Christian Graus6-Jul-08 9:57
protectorChristian Graus6-Jul-08 9:57 
Questiondisplay XML in table form Pin
Y_Kaushik4-Jul-08 19:21
Y_Kaushik4-Jul-08 19:21 
QuestionHow to make conditions or filter the xml node using XSL Pin
jollymj234-Jul-08 15:14
jollymj234-Jul-08 15:14 
AnswerRe: How to make conditions or filter the xml node using XSL Pin
Riaan Lehmkuhl6-Jul-08 19:53
professionalRiaan Lehmkuhl6-Jul-08 19:53 
QuestionUsing XSLT contains() Pin
Rob Grainger4-Jul-08 5:06
Rob Grainger4-Jul-08 5:06 
QuestionColorfull string Pin
half-life2-Jul-08 19:39
half-life2-Jul-08 19:39 
AnswerRe: Colorfull string Pin
led mike3-Jul-08 6:00
led mike3-Jul-08 6:00 
GeneralRe: Colorfull string Pin
half-life3-Jul-08 6:08
half-life3-Jul-08 6:08 
Questionchange the att value and name of a node (Visual C++ && DOM - ) Pin
SimplySane2-Jul-08 7:09
SimplySane2-Jul-08 7:09 
AnswerRe: change the att value and name of a node (Visual C++ && DOM - ) Pin
led mike2-Jul-08 10:11
led mike2-Jul-08 10:11 
GeneralRe: change the att value and name of a node (Visual C++ && DOM - ) Pin
SimplySane6-Jul-08 6:18
SimplySane6-Jul-08 6:18 

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.