<?xml version="1.0" encoding='utf-8'?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="https://mbien.dev/roller-ui/styles/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom">
    <title type="html">Michael Bien&apos;s Weblog</title>
    <subtitle type="html">don&apos;t panic</subtitle>
    <id>https://mbien.dev/blog/feed/entries/atom</id>
        <link rel="self" type="application/atom+xml" href="https://mbien.dev/blog/feed/entries/atom?tags=xml" />
    <link rel="alternate" type="text/html" href="https://mbien.dev/blog/" />
    <updated>2024-08-24T07:57:58+00:00</updated>
    <generator uri="http://roller.apache.org" version="6.1.4">Apache Roller</generator>
    <entry>
        <id>https://mbien.dev/blog/entry/xpath_plugin_now_available_via</id>
        <title type="html">XPath plugin now available via NetBeans plugin portal</title>
        <author><name>mbien</name></author>
        <link rel="alternate" type="text/html" href="https://mbien.dev/blog/entry/xpath_plugin_now_available_via"/>
        <published>2009-08-07T00:18:03+00:00</published>
        <updated>2019-04-07T09:17:25+00:00</updated> 
        <category term="NetBeans" label="NetBeans" />
        <category term="java" scheme="http://roller.apache.org/ns/tags/" />
        <category term="modules" scheme="http://roller.apache.org/ns/tags/" />
        <category term="netbeans" scheme="http://roller.apache.org/ns/tags/" />
        <category term="xml" scheme="http://roller.apache.org/ns/tags/" />
        <category term="xpath" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;
The &lt;a href=&quot;//mbien.dev/blog/entry/xpath_netbeans_plugin&quot;&gt;XPath Utility&lt;/a&gt; I submitted to the NetBeans &lt;a href=&quot;http://plugins.netbeans.org/plugin/18522/?show=true&quot;&gt;Plugin Portal&lt;/a&gt; over two months ago has been recently verified against NetBeans 6.7. This makes the plugin now directly available from within the IDE over the Plugin manager (Tools -&amp;gt; Plugins).
&lt;/p&gt;

&lt;p&gt;
One .nbm less to carry with me ;)&lt;br /&gt;
&lt;/p&gt;</content>
    </entry>
    <entry>
        <id>https://mbien.dev/blog/entry/xpath_netbeans_plugin</id>
        <title type="html">XPath NetBeans plugin</title>
        <author><name>mbien</name></author>
        <link rel="alternate" type="text/html" href="https://mbien.dev/blog/entry/xpath_netbeans_plugin"/>
        <published>2009-05-26T22:21:56+00:00</published>
        <updated>2019-04-20T02:53:44+00:00</updated> 
        <category term="NetBeans" label="NetBeans" />
        <category term="java" scheme="http://roller.apache.org/ns/tags/" />
        <category term="modules" scheme="http://roller.apache.org/ns/tags/" />
        <category term="netbeans" scheme="http://roller.apache.org/ns/tags/" />
        <category term="xml" scheme="http://roller.apache.org/ns/tags/" />
        <category term="xpath" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;
I built some time ago a NetBeans plugin which simplifies browsing through large xml documents a bit. Just start typing a XPath expression in the text field of the TopComponent and the result of the (last) xml editor in focus are computed and printed in the textarea below. (You can open the XPath window either by using the context menu on xml files or directly via the window menu)
&lt;/p&gt;

&lt;p&gt;
It uses the JDK&apos;s javax.xml.xpath package which means XPath 1.0 support.&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;img alt=&quot;xpath plugin image&quot; src=&quot;https://raw.githubusercontent.com/mbien/xpath-util/master/xpath-util.png&quot;/&gt;
&lt;/p&gt;

&lt;p&gt;
it also supports basic auto completion and localized error messages (in other words: XPathExpressionException.getCause().getLocalizedMessage()).
&lt;/p&gt;

&lt;p&gt;
Github project can be found &lt;a href=&quot;https://github.com/mbien/xpath-util&quot;&gt;here&lt;/a&gt;. Feel free to use it ;)&lt;br /&gt;
&lt;/p&gt;
</content>
    </entry>
</feed>

