Click here to Skip to main content
15,908,173 members
Articles / Programming Languages / C++
Article

XSL / XSLT Composer

Rate me:
Please Sign up or sign in to vote.
2.23/5 (9 votes)
16 Mar 2004 53.5K   1.3K   30   6
Tool for creating and testing XSL documents

Image 1

Introduction

Updated with better looking icons and added a credit to FOOOD'S icons to the about form.

This is another quick tool I wrote for myself to assist me in learning XSLT. There are not many frills but I did add Syntax Hilighting.

Basically there are three windows -- XML, XSL and output. You load XML and XSL with the files you are creating / testing then click the car icon on the toolbar. This will apply the XSL template to your XML file.

All three windows utalize Syntax Highlighting for easy readability and also have basic Cut / Copy / Paste operations.

If you dare look at the code, written in C#, its a tad disorganized (I got lazy at the end). But if you add anything to it please send me a copy or post it on here.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I started programming for fun when I was about 10 on an Franklin Ace 1000.

I still do it just for fun but it has gotten me a few jobs over the years. More then I can say for my Microsoft Certifications. Smile | :)

The way I learned was by example, now its time to give back to the next generation of coders.



Comments and Discussions

 
GeneralA free alternative (no source code though) Pin
daluu5-Mar-07 16:08
daluu5-Mar-07 16:08 
GeneralVery poor source code Pin
Michael P. Mehl17-Mar-04 5:34
Michael P. Mehl17-Mar-04 5:34 
GeneralRe: Very poor source code Pin
Matthew Hazlett17-Mar-04 6:33
Matthew Hazlett17-Mar-04 6:33 
Click on the about box and it givs you link to the other code that I wrote:

Syntax Hilighting Code (I assume thats what your talking about)
http://codeproject.com/vb/net/RTBClass.asp

I warned you that the code was disorganized, it was origionally a utility just for personal use. And your assertion that there are other free utilities that do this with no source code so it would be better to use them dosn't really make sense but anyhow, no ones twisting your arm, use one of them..



Matthew Hazlett
Windows 2000/2003 MCSE
Never got an MCSD, go figure...
GeneralRe: Very poor source code Pin
Danilo Corallo7-Mar-06 4:55
Danilo Corallo7-Mar-06 4:55 
GeneralCheck out my tool for XSLT! [modified] Pin
woo_hoo8-Jun-06 21:33
woo_hoo8-Jun-06 21:33 
GeneralRe: Very poor source code Pin
daluu5-Mar-07 16:09
daluu5-Mar-07 16:09 

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.