Authors:
sweinreuter
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
Version Since Build Until Build File/URL Size (Kb) Date Dependency
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:

sweinreuter
Rated: noRate
2009-03-11 19:49:44
Please do not post issues or questions here. Post them to the forums, send an email or file a JIRA request if you suspect a bug. Thanks.

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.
.
Anonymous
Rated:
2009-03-11 17:08:43
Consider following code










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.
.
sweinreuter
Rated: noRate
2009-03-02 12:35:25
Please see http://www.jetbrains.net/jira/browse/IDEADEV-33896 for XSLT/XPath 2.0 support.

Unfortunately, at the moment there is no way to make the plugin work with XSLT 2.0 files at all.
.
aleksam
Rated: noRate
2009-03-02 00:07:37
Damn, my tags were cropped. Sorry for duplication.

===
... If I just set [lt]xsl:stylesheet version="2.0"...[gt] all navigation through templates and xpath complete are go out...
====
.
Anonymous
Rated: noRate
2009-03-02 00:03:04
Yeah, what about xslt 2.0? I'm interesting in it too. If I just set all navigation through templates and xpath complete are go out. It's a pity. Is there any way (may be just a little correct in some validation file) to stay with version="2.0" and all the qualities of this wonderful plugin?
.
Gor
Rated:
2009-02-27 21:19:18
How about XSLT and XPath 2.0?
I am very interested in it.
.
Gor
Rated:
2008-11-26 17:54:24
It seems http://www.intellij.org/twiki/bin/view/Main/XPathViewPlugin is obsolete.
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?
.
Anonymous
Rated: noRate
2008-10-30 19:32:25
When using the 'Show Unique Xpath' feature, I receive something like /foo/bar[0]/@id which is wrong because indexes start at 1 in xpath.
.
Anonymous
Rated:
2008-10-30 02:23:35
Works exactly as described. Sweet!
.
Anonymous
Rated:
2008-01-21 16:02:56
.
sweinreuter
Rated: noRate
2007-09-04 13:32:07
> Any hints?



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.
.
Anonymous
Rated: noRate
2007-09-04 13:24:43
After installing (under /plugins) verion "2.1-Selena-b08.", IntelliJ never shows its splash screen again, and never starts. Removing the plugin fixes the problem.

Any hints?

My environment:
OS: SuSE Linux
IDEA 6.0.4
Java: 1.5.0_08-b03
.
msaxer
Rated:
2007-01-25 04:45:53
.
sweinreuter
Rated: noRate
2006-09-16 00:39:43
Hello, this really isn't the place for deeper discussions about features or problems - please post in the appropriate forum or just send an email. Thanks.
.
Anonymous
Rated:
2006-09-15 12:02:10
Hi Sasha.

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?
.
sweinreuter
Rated: noRate
2006-07-12 14:41:18
Hello Anonymous, such a behavior has not been reported before and I can not reproduce it in any way. The comment-section here is a very inconvenient place to discuss any technical issues. Please post a more detailed description of what you're doing in the Plugin forum/newsgroup at http://www.intellij.net/forums/forum.jspa?forumID=18 or send me an email. Thanks.

Sascha
.
Anonymous
Rated: noRate
2006-07-12 14:21:37
Hello.

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.
.
amokila
Rated:
2006-07-12 05:22:31
Great plugin and great code source !
.
ddimitrov
Rated:
2006-05-16 18:12:40
forgot to vote
.
ddimitrov
Rated: noRate
2006-05-16 18:12:05
A great plugin! One less reason to use Komodo ;-)
.