-
Thank you for the great work.
Is there a component to serialize the parsed triples back to RDF/XML?
-
Debugging, for example using wireshark, will become alot easier if the data transmitted over the wire is human readable.
-
https://symfony.com/doc/current/serializer.html
Points to https://symfony.com/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd which currently doesn't work (404).
```xml
…
-
### Search first
- [X] I searched and no similar issues were found
### Description
If a string column contains certain "characters", the `generate-changelog` with XML output fails with a generic er…
-
Lets us load old saves in new games
-
Application:
PK-Sim® 11.3.208
Access to the path 'C:\ProgramData\Open Systems Pharmacology\PK-Sim\11.3\ApplicationSettings.xml' is denied.
Stack trace:
```
at System.IO.__Error.WinIOError(Int…
-
**What is it?**
Hacktoberfest is underway right now and we would love for you to contribute 🚀 . More information on #hacktoberfest is [here](https://hacktoberfest.digitalocean.com/)
[Develop-wi…
-
I read some data from a CSV and writing it to an empty MARCXMLRecord, then I write it out to XML. Is it normal for a record with Unicode characters like this to fail?
```
OrderedDict([('040', [{'a':…
-
Write a parser and serializer for `files.xml` `FilesXml`.
**Don't** expose them via the `FilesXml` (maybe put them in an `internal` package, such that they're still accessible if needed), but use th…
-
I have encountered some issue with using `tastypie.serializers.Serializer` class.
I first serialized some data to XML using `Serializer` instance, and then tried to deserialize the result from XML. I…