Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Refactoring support for XML files
Refactoring support for XML files [message #213902] Thu, 15 May 2008 10:39
Gerrit  is currently offline Gerrit Friend
Messages: 30
Registered: July 2009
Member
I would like to add refactoring support (rename and move files) for a
custom XML format which uses HTML-like href attributes. Matching href
attributes would have to be found and updated.

I'd also like to implement a reference search (i.e. "what links here").
For this, I am currently using the
org.eclipse.wst.xml.core.internal.provisional.document package, as the
standard Java DOM implementations don't provide an easy source location
lookup for XML nodes. Direct access seems to be discouraged though.

My question: Is there already some sort of refactoring support for HTML or
JSP links which I could reuse? If not, what would be the most
Eclipse-compliant way to implement this?

Regards,
Gerrit
Previous Topic:I want to highlight javascript code in my CDATA Section..
Next Topic:XML formatting
Goto Forum:
  


Current Time: Tue Apr 23 16:14:25 GMT 2024

Powered by FUDForum. Page generated in 0.03549 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top