6

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
Radek Suski
  • 1,352
  • 1
  • 13
  • 23

1 Answers1

1

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
Sean B. Durkin
  • 12,659
  • 1
  • 36
  • 65