Victor

Results 14 comments of Victor

Yep, the interesting thing is that without explicit encoding it works just fine. The problem happens when encoding is specified. Encoding can be avoided when reading from a file, but...

The problematic code is in the [`xml-util.lisp`](https://github.com/lisp/de.setf.wilbur/blob/master/src/nox/xml-util.lisp#L418) file and is used only in one place: [`xml-parser.lisp`](https://github.com/lisp/de.setf.wilbur/blob/master/src/nox/xml-parser.lisp#L362). The function performs kind of a string trimming: ``` lisp (collapse-whitespace " a b...

Currently Wilbur works with in-memory RDF databases, but I've found that there are already efforts to create a persistence layer for Wilbur (see Wiki) and there is `de.setf.resource` that offers...

The documentation at SourceForge is a littlbe bit outdated. For example: there is no `parse-db-from-file` function in the current distribution (de.setf.wilbur).