There is, but you have to call XQuery natively instead of via "the command line"
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Saturday, March 10, 2012 5:42 PM To: [email protected] Cc: [email protected] Subject: Re: [xquery-talk] say how to get "newline" working Dear [email protected], there should be a way to get 'items' back out of Xquery, one per line, without having to hardwire 0x0A (you know, $ perl -wle 'printf "%08b\n" , ord"\n"' 00001010 into the code, as discussed in https://mailman.uni-konstanz.de/pipermail/basex-talk/2012-March/002738.html ) ...or require a post-processor. _______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk _______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
