no "validate XML" option in VS2005

  • Thread starter Thread starter Dica
  • Start date Start date
D

Dica

i've got an XML doc open, but VS 2005 Standard Edition has no validate
option under the XML toolbar. when i look at the product feature comparison
between VS editions, it lists standard as having "XML only" while
professional has "Full XML/XSLT" support. is XML validation not included
with VS 2005 standard?
 
Dica said:
i've got an XML doc open, but VS 2005 Standard Edition has no validate
option under the XML toolbar. when i look at the product feature
comparison between VS editions, it lists standard as having "XML only"
while professional has "Full XML/XSLT" support. is XML validation not
included with VS 2005 standard?

The command is no longer needed. If you have a schema specified, it will
validate automatically.
 
Back
Top