About 189,000 results
Open links in new tab
  1. Are there coding standards for XML files? - Stack Overflow

    Oct 25, 2016 · This will not standardize indentation though. xml-c14n is schema-agnostic and therefore preserves most whitespace (such as indentation) when converting a document to its …

  2. c++ - GeniCam Standard XML format - Stack Overflow

    Aug 25, 2020 · I am trying to include some configuration XML file that complies with GeniCam standard for a camera application in C. I read GeniCam standard documentation and it is …

  3. What is the correct format to use for Date/Time in an XML file

    Feb 11, 2014 · What format do I use for Date/Time when writing to an XML file using .NET? Do I simply use DateTime.ToString(), or do I have to use a specific format?

  4. How can I pretty print XML content from the command line?

    Learn how to pretty print XML content from the command line using various tools and techniques.

  5. How can I convert json data to UBL 2.1 standard xml or normal …

    Aug 27, 2022 · I have a project where I am using JSON data to convert XML, and for that, I am using the json2xml package. This is working fine. But I need the UBL 2.1 version standard …

  6. What is the JUnit XML format specification that Hudson supports?

    Nov 22, 2016 · When creating the xml file, I now concatenate all the failures in one. Update 2016-11 The link is broken now. A better alternative is this page from cubic.org: JUnit XML reporting …

  7. datetime.parse and making it work with a specific format

    Also: standard Xml has it's own very specific DateTime format, and the .Net Xml tools should be able to read it. In this case it works ok with last parameter as null but for anyone who finds this …

  8. Is there a standard naming convention for XML elements?

    The reason is when I load the XML into Object its attributes and element names can be referred as the same naming convention currently used in the project. For example, if your javascript …

  9. java - Android: converting standard XML to Android Binary XML …

    Apr 16, 2015 · I want to convert a plaintext AndroidManifest.xml file into the binary format Android uses to package it inside the final APK. I want to do this in Java, since I need to do it on the …

  10. How to get standard xUnit v2 XML file with test results

    Aug 25, 2021 · I'd like to get the standard xUnit v2 XML output so that, down the line, I can import this into other CI or test management tools e.g. Jenkins, xray, etc, or write a custom XSL-T …