xml intellisense with Eclipse Europa?
Posted
by
Maddy.Shik
on Stack Overflow
See other posts from Stack Overflow
or by Maddy.Shik
Published on 2010-12-29T04:49:38Z
Indexed on
2010/12/29
4:53 UTC
Read the original article
Hit count: 436
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
© Stack Overflow or respective owner