On 07/07/2025 11:59, Martin Honnen via BaseX-Talk wrote:
>
> On 07/07/2025 11:56, shripal@orior.in wrote:
>>
>> Now the same query does not work in v12. It works in v9.7.3, so I
>> have had to downgrade. All my queries where I am looking for a blank
>> node have stopped working.
>>
>> Could you please show me some option using which I can ignore the
>> CRLF and continue searching for blank nodes the way I used to be in
>> the past ?
>
>
> I think with previous versions the default XML parsing stripped
> whitespace while that is no longer the case. So look in the XML parser
> options in the BaseX documentation.
So setting https://docs.basex.org/main/Options#stripws to true would
give you the old behaviour, I think.