Hello all,

I have a ResultSetStream and I am using ResultSetFormatter to format
it. So far, I have used the asText() and toModel() methods to get it
as plain text or stored in a Model respectively. However, Bindings to
typed literals (with an xsd:integer datatype, to be precise) are
output as plain literals. Delving into the code a bit, I saw that
eventually, it is FmtUtils.stringForLiteral() which is responsible for
the formatting and apparently, it omits the datatype for xsd:integer,
xsd:decimal, xsd:double and xsd:boolean.
Is there any way to change this?
If I want to output the entire label of the literal (e.g.
10^^http://www.w3.org/2001/XMLSchema#integer) instead of just 10, do I
have to create from scratch a new utility class for the formatting of
my ResultSet?

Dimitris

Reply via email to