473,466 Members | 1,534 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

GUI Development tools for XSLT

Does anyone know of any GUI tools for developing XSLT? Support for XSLT 2.0
would be nice.

The only thing I know of XFactor, and I'm just wondering if there's anything
else.

TIA,

Richard Rosenheim
Nov 12 '05 #1
8 7873
* Richard L Rosenheim wrote in microsoft.public.dotnet.xml:
Does anyone know of any GUI tools for developing XSLT? Support for XSLT 2.0
would be nice.

The only thing I know of XFactor, and I'm just wondering if there's anything
else.


Depends on your understanding of "GUI tool", a quick search on Google

http://www.google.com/search?q=xslt+ide

should take you to

http://www.activestate.com/Products/Visual_XSLT/
http://www.vbxml.com/xselerator/
http://www.stylusstudio.com/xsl.html

Finding tools with XSLT 2.0 support would be difficult, W3C does not
plan to complete the XSLT 2.0 Recommendation before the end of this
year.
--
Björn Höhrmann · mailto:bj****@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Nov 12 '05 #2
Thanks for the reply and the information. I tried searching Google using
the terms "GUI XSLT", which didn't yield much.

Richard Rosenheim
"Bjoern Hoehrmann" <bj****@hoehrmann.de> wrote in message
news:42***************@news.bjoern.hoehrmann.de...
* Richard L Rosenheim wrote in microsoft.public.dotnet.xml:
Does anyone know of any GUI tools for developing XSLT? Support for XSLT 2.0would be nice.

The only thing I know of XFactor, and I'm just wondering if there's anythingelse.


Depends on your understanding of "GUI tool", a quick search on Google

http://www.google.com/search?q=xslt+ide

should take you to

http://www.activestate.com/Products/Visual_XSLT/
http://www.vbxml.com/xselerator/
http://www.stylusstudio.com/xsl.html

Finding tools with XSLT 2.0 support would be difficult, W3C does not
plan to complete the XSLT 2.0 Recommendation before the end of this
year.
--
Björn Höhrmann · mailto:bj****@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/

Nov 12 '05 #3
Richard L Rosenheim wrote:
Thanks for the reply and the information. I tried searching Google
using the terms "GUI XSLT", which didn't yield much.


Hi,

"XSL IDE" gives better results.

--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
Nov 12 '05 #4
Richard L Rosenheim wrote:
Does anyone know of any GUI tools for developing XSLT? Support for
XSLT 2.0 would be nice.


Hi,

You should also have a look at XML Spy from Altova. It includes a visual
XSL Designer that supports transformation from XML to HTML.

--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
Nov 12 '05 #5
Thanks, I will.

Yes, surprisingly (at least to me), "GUI XSLT" didn't really give any useful
results.

Richard

"Patrick Philippot" <pa***************@mainsoft.xx.fr> wrote in message
news:OL**************@tk2msftngp13.phx.gbl...
Richard L Rosenheim wrote:
Does anyone know of any GUI tools for developing XSLT? Support for
XSLT 2.0 would be nice.


Hi,

You should also have a look at XML Spy from Altova. It includes a visual
XSL Designer that supports transformation from XML to HTML.

--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr

Nov 12 '05 #6
Richard,
In addition to the other comments I normally use VS.NET 2003 with a XSLT
schema.

See "XSLT Schema v1.1.1" at:

http://www.fesersoft.com/dotNet/

Granted it does not give you a WYSIWYG, however I find it usable...

Hope this helps
Jay

"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:uc****************@TK2MSFTNGP14.phx.gbl...
Does anyone know of any GUI tools for developing XSLT? Support for XSLT
2.0
would be nice.

The only thing I know of XFactor, and I'm just wondering if there's
anything
else.

TIA,

Richard Rosenheim

Nov 12 '05 #7
Thanks for the tip. I'll check it out. As I'm relatively inexperience in
creating XSLT stylesheets, I'm testing/experimenting constantly. So the
more efficient I can do that, the better. For the immediate future, I
probably will stay XForce while I see if I come across anything better.

Richard Rosenheim
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:Ou**************@TK2MSFTNGP14.phx.gbl...
Richard,
In addition to the other comments I normally use VS.NET 2003 with a XSLT
schema.

See "XSLT Schema v1.1.1" at:

http://www.fesersoft.com/dotNet/

Granted it does not give you a WYSIWYG, however I find it usable...

Hope this helps
Jay

"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:uc****************@TK2MSFTNGP14.phx.gbl...
Does anyone know of any GUI tools for developing XSLT? Support for XSLT
2.0
would be nice.

The only thing I know of XFactor, and I'm just wondering if there's
anything
else.

TIA,

Richard Rosenheim


Nov 12 '05 #8
If you are just trying to take XML and get it to HTML, I'd like to suggest
Microsoft Office 2003 Infopath.

You load the schema into Infopath. Then either use the default view or
create a new one.
Drag and drop data values from your schema (in the data heirarchy) directly
on the view. Use tables, links, all kinds of fun stuff, in the view.

When you are done, save the Infopath. Then export it to files. You will
get back an XSL for each view.

Simple, and easy. Does require that you have Office 2003 though. (Doesn't
everyone?)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:uc****************@TK2MSFTNGP14.phx.gbl...
Does anyone know of any GUI tools for developing XSLT? Support for XSLT 2.0 would be nice.

The only thing I know of XFactor, and I'm just wondering if there's anything else.

TIA,

Richard Rosenheim

Nov 12 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Doug Broadwell | last post by:
I'm getting ready to start a fairly large application to be hosted on SQL-Server. In the past I have used Access 2002 (as a front end, wasn't happy with the number of bugs I ran into),...
0
by: Rob Exley | last post by:
Can anyone suggest any open-source XML Schema development tools? Ideally something like (Emacs psgml-mode/nxml-mode) would be ideal. This is for W3C XML Schema development rather than developing...
3
by: Teksure | last post by:
Hi group, searching in the Internet I found two products for XML which incorporate a very robust debugger for XSL/XSLT, I would like you to see these products and then, give me your opinion about...
2
by: ideas2050 | last post by:
I have been trying very hard at finding details into Microsoft TV development tools. I was mainly interested in finding if the support is for both C++ and C# and to try at the downloads of MS TV...
3
by: Geraldine Hobley | last post by:
Hello Does anyone know of any company offering development tools that will give me the look and feel of windows x in my vb.net application. Any help would be greatly appreciated. Thanx in...
7
by: Brian Henry | last post by:
We just decided to take our application we've created at work into a real world development situation, with teams. Currently all we use is Visual Source Safe, however; I'd like to know of some...
0
by: Brian Underhill via DotNetMonster.com | last post by:
Has anyone heard when the development tools are coming out for PocketExcel and PocketWord? Just wanting to write simple spreadsheet data to excel file on Windows Mobile 5.0 They have pre-defined...
0
by: Patrick Finnegan | last post by:
No IPhone? Have a play with this instead. Eclipse based Tcl Development tools are now available from the Eclipse web site. Eclipse C/C++ Ide: ...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.