XML
XML stands for Extensible Markup Language and is a text-based markup language. It is designed to store and transport data. It allows developers to create their own self-descriptive tags, or language, that suits their application.
Here are 7,773 public repositories matching this topic...
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
A list of command line tools for manipulating structured text data
-
Updated
Mar 22, 2021
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
-
Updated
Aug 15, 2021 - C
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
-
Updated
Aug 15, 2021 - C#
XML to JavaScript object converter.
-
Updated
Aug 6, 2021 - CoffeeScript
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
-
Updated
Aug 7, 2021 - PHP
A JavaScript library for web-based content editing.
-
Updated
Dec 11, 2020 - JavaScript
Light-weight, simple and fast XML parser for C++ with XPath support
-
Updated
Aug 8, 2021 - C++
PostHTML is a tool to transform HTML/XML with JS plugins
-
Updated
Aug 13, 2021 - JavaScript
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
-
Updated
May 1, 2021 - Java
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
-
Updated
Aug 13, 2021 - C
With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.
-
Updated
Aug 11, 2021 - PHP
-
Updated
Aug 1, 2021 - PHP
Go Language Library for SVG generation
-
Updated
Jul 5, 2021 - Go
A DSL for writing type-safe HTML, XML and RSS in Swift.
-
Updated
Jul 8, 2021 - Swift
Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
-
Updated
Apr 19, 2021 - TypeScript


I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBufferbut opts would not have atypeset we would essentially convert theArrayBuffertoUint8Arrayand callreadSyncagain but without setting appropriateopts.type. This then leads to few lines below https://github.com/Sh