Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Cleanup Document
Cleanup Document [message #1287193] Mon, 07 April 2014 14:09
Simon Cooper is currently offline Simon CooperFriend
Messages: 4
Registered: April 2014
Junior Member
Is there a way to change the Cleanup Document function

The standard cleamup does this to a list with links

<ul>
  <li class=""><a
    href="/">Link
      One</a></li>
    
  <li class=""><a
    href="/">Link
      Two</a></li> 
    
  <li class=""><a
    href="/">Link
      Three</a></li> 
</ul>


I want it to do this

<ul>
  <li class=""><a href="/">Link One</a></li>
    
  <li class=""><a href="/">Link Two</a></li> 
    
  <li class=""><a href="/">Link Three</a></li> 
</ul>
Previous Topic:Extending WTP XSD editor
Next Topic:Wizard generated WSDL based client does not include namespace in the Method definitions
Goto Forum:
  


Current Time: Tue Apr 16 04:52:05 GMT 2024

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

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

Back to the top