opensource software
XPathView + XSLT-Support
Vendor:
Sascha Weinreuter
Email:
Website: N/A
SourceCode:
link
License:
license url
Description:
The XPath part of the plugin provides a possibility to evaluate XPath expressions against any XML document
opened in IDEA. It can also generate and show an XPath expression that matches the current node.
The XSLT part adds syntax highlighting, analysis, completion, navigation and refactoring of XPath
expressions and named templates for XSLT documents.
Downloads: 47960
Rating:
Participated in rating: 9
| 3.0.4. |
72.7361. |
75.7999. |
Download
|
816.73. |
2008-11-27 12:46:40 |
. |
| 3.0.3. |
72.7361. |
75.7999. |
Download
|
816.92. |
2008-04-02 14:11:06 |
. |
| 2.0.4. |
60.6141. |
60.6500. |
Download
|
793.1. |
2007-10-10 13:16:20 |
. |
| 1.4.1. |
50.4129. |
50.4999. |
Download
|
907.55. |
2006-07-12 02:40:13 |
. |
| 1.3.2. |
40.3520. |
50.4999. |
Download
|
1005.04. |
2005-12-20 20:59:21 |
. |
| 1.1. |
40.3461. |
40.3999. |
Download
|
480.26. |
2005-09-13 15:20:44 |
. |
| 1.0.2. |
40.3461. |
40.3999. |
Download
|
429.42. |
2005-08-30 22:17:45 |
. |
| 1.0.1. |
40.3461. |
40.3999. |
Download
|
426.5. |
2005-08-29 16:18:58 |
. |
| 1.0. |
40.3436. |
40.3999. |
Download
|
341.48. |
2005-08-08 22:37:11 |
. |
| 0.6. |
40.3316. |
40.3999. |
Download
|
167.44. |
2005-05-09 17:15:25 |
. |
| 0.5.1. |
40.3144. |
40.3999. |
Download
|
145.81. |
2005-01-19 20:37:09 |
. |
| . |
. |
Recent change notes:
Comments:
The validation error that shows up with an XSLT 2.0 stylesheet is an issue in IDEA itself, not the plugin. Actually, the XSD schema doesn't allow XSL elements at this position. Please file a JIRA issue to relax this check.
now set the version attribute to XSLT version 2.0 - it shows up an error. It\\\'s plugin\\\'s limitation or did I miss something in XSLT 2.0?
Thanks for advance.
Unfortunately, at the moment there is no way to make the plugin work with XSLT 2.0 files at all.
===
... If I just set [lt]xsl:stylesheet version="2.0"...[gt] all navigation through templates and xpath complete are go out...
====
I am very interested in it.
And http://www.intellij.net/forums/forum.jspa?forumID=18 is not available.
So where can I look at sources, discuss any technical issues and so on?
As the name "2.1-Selena-b08" indicates, this version is for the EAP of IDEA 7.0, code name "Selena" ;)
The last version that support IDEA 6.0.x is "2.0.3". If there are problems with that version, please contact me via email.
Thanks.
Any hints?
My environment:
OS: SuSE Linux
IDEA 6.0.4
Java: 1.5.0_08-b03
Our projects contain 2 independent roots of XSL files - shared and specific for particular project. (These merged into single one during deployment.)
As result all shared templates calls from project specific XSL files are highlighted as red because validator can't resolve relative HREFs (e.g. ../../editors.xsl) if this file is from other root.
I understand probably it is too hard to implement multiple roots support.
But probably it is easy to implement small improvements:
- at the moment syntax highlighting, IntellySense and validation are turned on/off by "Enabled" check box - could you please introduce separate check boxes for each feature?
- also, some validations can be suppressed (e.g. "Make type conversion explicit") using Inspect code profiles dialog (XPath node). But there are warnings which I can't switch off: "Missing template parameter", "Unresolved variable" and "Can't resolve template" - couild you please add these rules to Inspection code profiles dialog?
Sascha
Does anyone else get the XPath Syntax Error dialog regardless of the document or xpath expression it wants to apply to the document?
The text in the dialog says:
Unexpected ". I am using the IDEA 5.1.2.