Alyanto
asked on
XML and Intellisense
I have seen XML being supported by intellisense in VB.Net. How might I achieve this?
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)?
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
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank you both for the information given. I think I am now well on the way to achieving what I was looking for.