Click here to Skip to main content
15,920,217 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionxml feed Pin
jphuphilly18-Jan-06 7:41
jphuphilly18-Jan-06 7:41 
AnswerRe: xml feed Pin
tarasn23-Jan-06 0:00
tarasn23-Jan-06 0:00 
QuestionXmlNamespaceManager.. Why? Pin
dmchappell18-Jan-06 5:44
dmchappell18-Jan-06 5:44 
AnswerRe: XmlNamespaceManager.. Why? Pin
Curtis Schlak.18-Jan-06 15:55
Curtis Schlak.18-Jan-06 15:55 
GeneralRe: XmlNamespaceManager.. Why? Pin
dmchappell19-Jan-06 6:11
dmchappell19-Jan-06 6:11 
QuestionSQLXMLBULKLOAD Pin
mipooo17-Jan-06 19:21
mipooo17-Jan-06 19:21 
QuestionUsing XML/XSL to generate C++/C#/... structs/enums Pin
Andre xxxxxxx16-Jan-06 9:17
Andre xxxxxxx16-Jan-06 9:17 
AnswerRe: Using XML/XSL to generate C++/C#/... structs/enums Pin
Dustin Metzgar2-Mar-06 3:12
Dustin Metzgar2-Mar-06 3:12 
Well, what's the format of the source XML? If you write your own XML format then you should be able to write your own XSL transform to turn it into text.

I wrote an article[^] that used the XMI format which can be exported by a lot of UML diagramming tools. I then converted that into CodeDom, which I think is more useful than a stylesheet because I can convert to VB, C#, or JScript.

Another cool way to do it is to use CodeSmith[^]. It can read a database schema and create classes, stored procedures, etc. The templates used in CodeSmith work a lot like ASP pages and can also have code-behinds. So they're much easier to use than XSL.
QuestionWhy won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 11:50
R0ssini12-Jan-06 11:50 
AnswerRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 11:53
R0ssini12-Jan-06 11:53 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 11:56
R0ssini12-Jan-06 11:56 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 12:48
R0ssini12-Jan-06 12:48 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
maheshfour30-Jan-06 0:58
maheshfour30-Jan-06 0:58 
AnswerRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
Curtis Schlak.12-Jan-06 12:57
Curtis Schlak.12-Jan-06 12:57 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 13:03
R0ssini12-Jan-06 13:03 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
Curtis Schlak.13-Jan-06 3:42
Curtis Schlak.13-Jan-06 3:42 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini13-Jan-06 14:48
R0ssini13-Jan-06 14:48 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
Curtis Schlak.14-Jan-06 2:47
Curtis Schlak.14-Jan-06 2:47 
GeneralRe: Why won't this XML code work? URGENT HELP NEEDED!!! Pin
R0ssini12-Jan-06 13:45
R0ssini12-Jan-06 13:45 
GeneralHTML File Pin
R0ssini12-Jan-06 13:47
R0ssini12-Jan-06 13:47 
GeneralXML File Pin
R0ssini12-Jan-06 13:48
R0ssini12-Jan-06 13:48 
GeneralRe: XSL File Pin
R0ssini12-Jan-06 13:50
R0ssini12-Jan-06 13:50 
QuestionHow to fix "Error Parsing Entityname" Exception Pin
Zenly12-Jan-06 8:36
Zenly12-Jan-06 8:36 
AnswerRe: How to fix "Error Parsing Entityname" Exception Pin
Curtis Schlak.12-Jan-06 10:36
Curtis Schlak.12-Jan-06 10:36 
GeneralRe: How to fix "Error Parsing Entityname" Exception Pin
Zenly12-Jan-06 11:30
Zenly12-Jan-06 11:30 

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.