[ANN] SIXX 0.2b is now available on all Smalltalk dialects

Vladimir Janousek janousek at fit.vutbr.cz
Wed Jul 25 02:36:28 UTC 2007


Hi Masahi, "useCDATA" helped me. Thanks.
Vladmir

Masashi UMEZAWA wrote:
> Hi  Vladimir,
> 
> Thanks for the report. Actually, this problem is related to XML
> parser's normalization.
> (Surrounding white spaces should be trimmed by default according to XML 
> spec).
> 
> However, you can avoid this problem by setting: "SixxSettings useCDATA: 
> true."
> 
> Another solution is to fix SIXX to add "xml:space="preserve'"" for each 
> XML tag,
> but currently YAXO does not handle this attribute.
> 
> Cheers,
> 
> 2007/7/25, Vladimir Janousek <janousek at fit.vutbr.cz>:
>> Dear Masahi,
>>
>> I have encountered a bug: SIXX eats leading spaces in string and symbol
>> literals:
>>
>> (Object readSixxFrom: #' aaa' sixxString)  == #' aaa'   --> false
>> (Object readSixxFrom: ' aaa' sixxString) = ' aaa'        --> false
>>
>> Vladimir Janousek
>>
> 




More information about the Squeak-dev mailing list