[EXI] Encoding qname

Hi

       The section 7.1.7 Qname in the EXI Format 1.0 specification states 

"Values of type QName are encoded as a sequence of values representing the
URI, local-name and prefix components of the QName in that order, where the
prefix component is present only when the preserve.prefixes option is set to
true"

But in the EXI example encoding discussed in
"http://www.w3.org/XML/EXI/tutorial/exi-examples.html" and in other examples
in the EXI primer, where the preserve.prefixes fidelity option is also set,
the encoding of the prefix is missing for all qnames. For all the element
encoding we encode the uri (based on miss or hit accordingly), followed by
the qname. But the prefix encoding is not done after this.

 

Thanks in advance

Santhanakrishnan

Received on Tuesday, 25 March 2008 14:35:19 UTC