The Wayback Machine - https://web.archive.org/web/20200711053707/https://github.com/topics/xml-parser
Skip to content
#

xml-parser

Here are 583 public repositories matching this topic...

math10
math10 commented Oct 13, 2016

XMLElement.js:4 Uncaught TypeError: Cannot read property 'prototype' of undefined

"dependencies": {
    "@angular/common": "^2.1.0",
    "@angular/compiler": "^2.1.0",
    "@angular/compiler-cli": "^2.1.0",
    "@angular/core": "^2.1.0",
    "@angular/forms": "^2.1.0",
    "@angular/http": "^2.1.0",
    "@angular/platform-browser": "^2.1.0",
    "@angular/platform-browser-dynamic": "^2.1.0",
max-ym
max-ym commented Apr 9, 2019

Function borrowed_name (in quick_xml::events::BytesStart) as is stated in documentation - can be used to create BytesStart from a given name. But if you pass (by mistake or intentionally) attribute data in the string alongside with the name this function does not parse those attributes nor verify if actually passed data is a valid name. It will treat any kind of data as a name even if it is not

aviadmini
aviadmini commented Jun 24, 2016

I got an issue when I tried to use annotated static inner classes with production build (Proguard obfuscated). With that config ClassLoader cannot find any of the generated classes that implement TypeAdapter. Unfortunately I couldn't modify Proguard config so that is works with that.

Solved it by not using static inner classes but I still had to exclude the classes from Proguard.

I think it's w

Improve this page

Add a description, image, and links to the xml-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xml-parser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.