[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: How to get the autocompletion element liste from XML Edior?

Roman Reimer wrote:
Hallo,

How to get the autocompletion element liste from XML Edior? ( by Ctrl+Space)

You'll need a grammar attached to the XML Instance either through an XML Catalog, DTD, or XML Schema (xsi:schemaLocation) attribute or declaration. The other option is to turn on the Grammar Constraints option in the Preferences section under: Web and XML -> XML Files -> Source.

Depending on the size of your XML, the editor should be able to infer the structure, and provide content assist.

Dave