-
XML parser always sets xmlVersion to the same value https://github.com/LadybirdBrowser/ladybird/blob/2534e7aeff54281f6ceb1a87cfa4dd1236711ed8/Userland/Libraries/LibXML/Parser/Parser.cpp#L335-L362
As …
-
https://gitlab.gnome.org/Archive/libxmlplusplus
-
Is there any way built in, or otherwise recommended to track the amount of memory allocated by libyang, ideally without LD_PRELOAD or similar?
For example, libxml provides an [API](https://gnome.pa…
-
This is because libxml gives crappy error messages for RelaxNG failures.
It would be good to have a CI setup, it seems there is a package for Ubuntu (better than Fedora where I needed to self compi…
-
```
demanuel@archlinux ~> zef install LibXML
===> Searching for: LibXML
===> Searching for missing dependencies: Method::Also, W3C::DOM:ver, XML, App::Prove6
===> Searching for missing dependencie…
-
libxml is not included in the xcode project. Probably best to included it. Where can I download the libxml that works in this app.
Thanks.
ns-1m updated
13 years ago
-
### Current Behavior
I am using the docker-compose script to run a local latest Dependency
Track.
I am using CPAN Perl modules where their CPE string requires escaped
colons in some of the field…
-
Just trying example1.bmx from libxml, and it crashes in both debug and release modes ("EXCEPTION_ACCESS_VIOLATION"), then says:
```
aaa.xml:3: parser error : XML declaration allowed only at the st…
-
Jira Link: [DB-3812](https://yugabyte.atlassian.net/browse/DB-3812)
To support 'XML' datatype, YugaByte software needs to be compiled with option "--with-libxml".
Currently, XML type is not yet su…
-
Hi,
If we configure cmake to not use libxml and libxslt, the build fails.
In "Shiboken/generator/main.cpp", DOCSTRINGS_ENABLED seems to be defined even if we don't have libxml/libxslt installed. And…