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.
-
- Sign up for GitHub or sign in to edit this page
- Created by World Wide Web Consortium
- Released 1996
Here are 5,158 public repositories matching this topic...
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
-
Updated
Oct 18, 2019 - 10 commits
- C#
XML to JavaScript object converter.
-
Updated
Oct 17, 2019 - 404 commits
- CoffeeScript
I am wondering if there is any support to handle temporary connection / server errors?
E.g. a retry + circuit breaker mechanism?
A JavaScript library for web-based content editing.
-
Updated
Oct 18, 2019 - 4 commits
- JavaScript
A sensible way to deal with XML & HTML for iOS & macOS
-
Updated
Oct 15, 2019 - 185 commits
- Objective-C
Light-weight, simple and fast XML parser for C++ with XPath support
-
Updated
Oct 18, 2019 - 1 commits
- C++
A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)
-
Updated
Oct 17, 2019 - 154 commits
- Java
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
-
Updated
Oct 16, 2019 - 1 commits
- Java
A such question have been raised again: https://stackoverflow.com/q/56132229/10793449
We should clarify an using an arbitrary scala code as an attribute value.
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
-
Updated
Oct 18, 2019 - 2 commits
- C
Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
-
Updated
Oct 17, 2019 - 1 commits
- TypeScript
Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html
-
Updated
Oct 17, 2019 - 313 commits
- Kotlin
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18