Link to home
Create AccountLog in
Avatar of Alyanto
AlyantoFlag for United Kingdom of Great Britain and Northern Ireland

asked on

XML and Intellisense

I have seen XML being supported by intellisense in VB.Net.  How might I achieve this?
Avatar of kaufmed
kaufmed
Flag of United States of America image

What are you referring to? Are you referring to XML literals, or XML configuration files? And what are you trying to achieve? Are you trying to view Intellisense, or create your own Intellisense-like application for some XML document(s)?
Avatar of Alyanto

ASKER

I referring to using an .XSD file.  The affect of having this plugged in from what I have seen is that IDE provide itellisense to the programmer.

I am trying to describe somthing I saw only briefly.  I am being as simplistic in my description as possible here mainly because I am not entirely clear on this myself.

For example.  In use of an XSD representing the attached XML structre when typing the word Zones would offer Country Code as the next tag.
XML-SQL.xml
SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Alyanto

ASKER

Thank you both for the information given.  I think I am now well on the way to achieving what I was looking for.