D
dado0583
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.
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.