About 86,500 results
Open links in new tab
  1. How do you open XML Schema Explorer - Stack Overflow

    Jun 24, 2013 · 10 I have an XSD file from which I want to create sample XML. I found this answer on SO that tells me to use XML Schema Explorer. But when I open my XSD file in Visual Studio 2008 SP1, I …

  2. xml - How to convert XSD file to XLS - Stack Overflow

    6 Go to MS Excel -> File -> Open. Select the xsd file. You will be prompted on how you would like to open the file. You can select the option 'As an XML table'. Save the file in excel format.

  3. c# - Viewing XSD as code - Stack Overflow

    Jul 16, 2010 · When I open XSD files in Visual Studio, some of them open up as diagram representations, while some open up as code. How do I switch between the diagram view and code …

  4. XSD file fails to open in table design mode in Visual Studio 2017

    May 25, 2017 · 2 Some XSD files are opened immediately in Design view (see image below). While others in the same solution are opened in the table design view (where I see the table adapters …

  5. How to export and import an XSD file in Visual Studio?

    How do i export and import an XSD in visual studio? I simply tried to do a copy-and-paste an xsd file into a new project and VS2008 automatically created some wrapper classes for it. When i tried t...

  6. Using Notepad++ to validate XML against an XSD - Stack Overflow

    Jun 16, 2016 · Can someone explain how to use Notepad++ to validate an xml file against an xsd. There are no options in the "XML Tools" plugin dropdown that provides for specifying an XSD file.

  7. xml - XSD Visualization? - Stack Overflow

    Outside of those two, I personally struggle to find tools which can present all the information visually (especially long XSD Files). this includes listing the enumeration values of elements. If you just need …

  8. Is there an XML schema extension for Visual Studio Code?

    Dec 15, 2017 · I would like to write an XML Schema in Visual Studio Code and then some XML that is valid against that schema but surprisingly there does not seem to be a facility to do this either built-in …

  9. xsd - How to visualize an XML schema programatically? - Stack Overflow

    The open source command line java application xsdvi creates an interactive diagram in SVG format from an XML Schema Definition. The generated SVG file can be displayed by a modern web browser …

  10. Generate XSD file from MS Excel file definition - Stack Overflow

    Save the file as schema.xml Open your excel file. On the Developer tab, open the XML Source task pane. To add an XML map, click XML Maps Click Add Select schema.xml and click OK twice Now …