About 50 results
Open links in new tab
  1. How to document the structure of XML files - Stack Overflow

    I'd write an XML Schema (XSD) file to define the structure of the XML document. xs:annotation and xs:documentation tags can be included to describe the elements. The XSD file can be …

  2. visualization - Visualize XML tree structure - Stack Overflow

    Here are some options for viewing your XML in a tree structure: Open the XML in a web browser and get an outline view with collapsible elements. Open the XML in graphics view in Oxygen, …

  3. How do I format XML in Notepad++? - Stack Overflow

    Apr 6, 2019 · I have Notepad++ and I got some XML code which is very long. When I pasted it in Notepad++ there was a long line of code (difficult to read and work with). I want to know if …

  4. How to efficiently detect an XML schema without having the entire …

    Dec 4, 2018 · What would be the fastest way to parse the structure of the main item node without previously knowing its structure? Just put it through a parser, e.g. a SAX parser. A parser …

  5. How should you structure your xml file? - Stack Overflow

    Feb 7, 2009 · When creating a new xml file, how does one go about structuring the file correctly or the best possible way. By structure, which may not be the best word in this case, I mean how …

  6. What is difference between XML Schema and DTD?

    Oct 9, 2009 · Let's take a look. Typing The most significant difference between DTDs and XML Schema is the capability to create and use datatypes in Schema in conjunction with element …

  7. How to view the XML form of an Excel file? - Stack Overflow

    Jan 24, 2012 · XLS files are not XML-based, so it's not possible to view the XML form of them, because no such form exists. They are a proprietary binary format.

  8. How to visualize an XML schema programatically? [closed]

    I have made an XML Schema - all the code basically - and was wondering if there is a way that the code can generate something like this: If so how can I do it?

  9. Generating Request/Response XML from a WSDL - Stack Overflow

    Mar 10, 2016 · Is there a way to generate Request & Response XML formats from just a WSDL file - if the webservice is not live right now. SoapUI doesn't give me the response …

  10. What is the difference between XML and XSD? - Stack Overflow

    Feb 25, 2010 · XML defines the syntax of elements and attributes for structuring data in a well-formed document. XSD (aka XML Schema Definition), like DTD before, powers the e X …