Re: [basex-talk] [xquery-talk] say how to get newline working

2012-03-11 Thread Andrew Welch
I need to convert to text mode by hand: $ basex file.xq|perl -pwle 's/[^]+//g' As all text serialization in Xquery can't deal with the same line concept... unless one hardwires the line separators (0x0A) in via string-join, which doesn't sound much like serialization to me. There are 2 ways

Re: [basex-talk] [xquery-talk] say how to get newline working

2012-03-11 Thread Christian Grün
fyi: I have added the suggestion [1] to the latest snapshot [2]. feedback is welcome. [1] http://docs.basex.org/wiki/Serialization#Version_7.2 [2] http://files.basex.org/releases/latest/ ___ On Sun, Mar 11, 2012 at 1:09 PM, Christian Grün christian.gr...@gmail.com wrote: