Edit a CSL file in Eclipse
I'm trying to ease into Eclipse as my all around IDE. Does anyone know how to load and edit a CSL file or any sort of xml file really, into an XML editor, in Eclipse; the extensible Open Source IDE. Regards, mtcstle
http://superuser.com/questions/700204/how-can-i-open-an-xml-file-with-the-built-in-xml-editor-in-eclipse
and here
http://stackoverflow.com/questions/4590119/how-do-i-view-xml-in-eclipse-with-simple-syntax-highlighting
does that not work?
You should then look for a way to real-time validate relax ng XML schemas, which I don't think is well supported on Eclipse (but maybe there's some extension that does that well now).
Regards, mtcstle