#
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...
xmha97
commented
Sep 5, 2019
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
html
cli
yaml
toml
tsv
json
list
csv
xml
conversion
delimited-files
awk
ini
text-files
configuration-file
structured-text
-
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.
c-plus-plus
json
sql
networking
cross-platform
xml
logging
configuration
http-client
http-server
poco
database-access
-
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
api
php
http
client
json
framework
curl
xml
proxy
restful
class
http-client
http-proxy
api-client
web-scraper
requests
web-scraping
php-curl
web-service
php-curl-library
-
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
http
mqtt
json
queue
aio
xml
websocket
coroutines
icmp
redis-client
mime
thread-pool
net
memcached-clients
smtp-client
beanstalk
dbpool
handlersocket
server-framework
-
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
mysql
api
yaml
json
csv
sql
xml
country
state
countries
states
city
cities
region
plist
regions
provinces
world-regions
countries-states-cities
country-state-city
-
Updated
Aug 1, 2021 - PHP
Go Language Library for SVG generation
visualization
svg
go
golang
xml
sketch
graphics
markup
svg-path
golang-library
graphic-design
graphic-programming
svg-images
golang-package
-
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.
javascript
css
java
html
less
diff
typescript
html5
csharp
xml
beautifier
languages
xhtml
prettydiff
-
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
ArrayBuffer
but opts would not have atype
set we would essentially convert theArrayBuffer
toUint8Array
and callreadSync
again but without setting appropriateopts.type
. This then leads to few lines below https://github.com/Sh