Re: New draft of the Binary Module

> Would it not make more sense to use an xs:boolean? -
> e.g.
>
> bin:pack-double(12245, "LE")   becomes  bin:pack-double(12345, "false")
> bin:pack-double(12245, "BE")   becomes   bin:pack-double(12345, "true")

I like this proposal (just a minor detail @Adam: you probably mean
false()/true() instead of "false"/"true" ?)

Received on Saturday, 3 August 2013 14:57:47 UTC