Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans 7 and XSLT support

Does anyone knows how to enable XSLT support, auto-complete in particular, in Netbeans 7? Every time I'm opening a new tag within my style, the auto-complete pop-up appears, and shows "downloading...". After few seconds it disappears and that's all.

Regards, Radek

like image 555
Radek Suski Avatar asked May 14 '11 13:05

Radek Suski


1 Answers

Answer from here:

https://blogs.oracle.com/geertjan/entry/xml_schema_editor_in_netbeans


  1. Go to Tools | Plugins in NetBeans IDE 7.0.1. In the Settings tab, register this update center: http://deadlock.netbeans.org/hudson/job/xml/lastSuccessfulBuild/artifact/build/updates/updates.xml
  2. Now go to the Available Plugins tab and search for XML Tools. Install that plugin.
  3. Go to the New File dialog and pick an XML schema file
like image 151
Sean B. Durkin Avatar answered Nov 11 '22 11:11

Sean B. Durkin