I was wondering why I get errors in Eclipse when ever I begin a new tag, e.g.
I have mapped as follows
xmlns:manage="
http://www.mulesource.org/schema/mule/management/2.0"
...
http://www.mulesource.org/schema/mule/management/2.0 http://www.mulesource.org/schema/mule/management/2.0/mule-management.xsd">
If I start type in Eclipse:
<manage:
and then click on Ctrl-Space I see an error "Content Assist not available at the current location". Is this normal? Or is there a way I can get suggestions to work with prefixes?