473,395 Members | 1,496 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

XSLT Editor - requirements

Hi,
I'm currently writing an XSLT Editor tool as part of a university
project. I would like to know what those of you that use XSLT look for
in an XSLT editor.

Currently, the main features will be:
- Load a DTD or schema, which is shown in a tree format, so that
users can drag and drop desired XPaths into the .xsl text window.
- Drag and drop xslt keywords into the text editor window. So for
value-of, the following would be inserted. <xsl:value-of select=""/>.
Then the user can drag and drop the XPath into that tag.
Then theres all the old favourites: colour coded tags automatic
tag completion (depending on my programming skills), project files to
organise work and an output viewer.

Is there anything specifically related to XSLT, that anyone has found
would be useful in an XSLT editor.

Cheers,
David

PS. this project will be freely availible (with source code) once I've
'finished' it.

Jul 20 '05 #1
2 1822
da******@hotmail.com wrote:
Hi,
I'm currently writing an XSLT Editor tool as part of a university
project. I would like to know what those of you that use XSLT look for
in an XSLT editor.

Currently, the main features will be:
- Load a DTD or schema, which is shown in a tree format, so that
users can drag and drop desired XPaths into the .xsl text window.
- Drag and drop xslt keywords into the text editor window. So for
value-of, the following would be inserted. <xsl:value-of select=""/>.
Then the user can drag and drop the XPath into that tag.
Then theres all the old favourites: colour coded tags automatic
tag completion (depending on my programming skills), project files to
organise work and an output viewer.
Emacs xsl-ide mode already has about 90% of this, without the drag-and-drop.
For speed, you might consider taking that as your basis, and adding the
D'n'D features to it.

Much more interesting would be a purely graphical constructor, which would
allow the user to define areas in a typographic window and specify the
source and manipulation of the information which was to go into them. Have
a look at the paper on VXT from the 2001 ACM DocEng Symposium
http://www.pms.ifi.lmu.de/publikatio...formations.pdf
Is there anything specifically related to XSLT, that anyone has found
would be useful in an XSLT editor.
XSLT2 answered most of my requirements. The only others are personal gripes
about a few small things I think should have been done differently.
PS. this project will be freely availible (with source code) once I've
'finished' it.


Excellent. Can I enter a plea that it should be cross-platform?

///Peter
--
"The cat in the box is both a wave and a particle"
-- Terry Pratchett, introducing quantum physics in _The Authentic Cat_
Jul 20 '05 #2
Hey, yeah the finished product will be written in Java so it will be
cross-platform.Cheers for the input.
Dave

Jul 20 '05 #3

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

Similar topics

0
by: ABrillant | last post by:
We are glad to announce the availability of EditiX 1.3 http://www.editix.com EditiX is a cross-platform XML editor designed to help web authors and application programmers take advantage of...
0
by: ABrillant | last post by:
EditiX is a cross-platform and multi-purpose XML/XSLT Editor : http://www.editix.com News : - Surround CDATA action from the "edit" menu - Surround Comment action takes the place of the...
3
by: bjam | last post by:
Hi, I am hoping someone can help with this I am assuming it is pretty basic but I don't see anything that jumps out at me at how to do this. Is there a way to have all the items output from the...
7
by: mike p. | last post by:
I have a docbook xml file, and am using standard docbook 1.61.3 xsl stylesheets to do xhtml transform. Transform works fine when using MSXML. When I try to do the following using asp.net 1.1: ...
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...
11
by: cmay | last post by:
I am having this problem... Lets say that your source XML is formatted like this: <somenode> Here is some text Here is some more text </somenode> When to a <xsl:value-of select="somenode" /I...
8
by: Hercules Dev. | last post by:
Hi all, I'm new in xslt and xpath, so my question might be simple but i'm learning. I have an XML document and need to transform it into another XML, I use xslt and it works, but there is a...
3
by: howa | last post by:
a statement as simple as that, but not working,... <xsl:variable name="now" select="current-dateTime()" /> I can't find a working example in the Internet...
2
by: Boris | last post by:
I'm making my first steps with XSLT and run into a problem where I didn't find an explanation yet for. Have a look at this very simple XML document (DocBook) ... <?xml version="1.0"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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...

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.