xml intellisense with Eclipse Europa?
- by Maddy.Shik
Please suggest some free tools or some in build feature in Eclipse for intellisense of xml.
I am using Eclipse Europa which is for EE java developers.
<?xml version ="1.0" encoding = "UTF-8"?>
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://jtestcase.sourceforge.net/dtd/jtestcase2.xsd">
</tests>
Xml code above is part of xml file i am working upon. I am expecting eclipse to suggest me tags based upon xsd specified above. I am using ctrl+space for suggestion of new tag. Please suggest if i am using wrong key for intellisense or am i missing some tool or plugin.
Thanks