[xquery-talk] XQuery Update Facility and unwanted whitespace

Joe Wicentowski joewiz at gmail.com
Mon Jul 9 14:12:04 PDT 2012


Hi Andrew,

> What is you "strip whitespace" set to?  It sounds like it's set to "all"...

Great point - I had actually been fiddling with that setting earlier
before your I emailed the list.  Setting it back to "none" or
"ignorable" is much better:

<?xml version="1.0" encoding="UTF-8"?><list>
    <item>See <ref target="#in1">Middle East</ref></item>
    <item xml:id="in1">Middle East <ref target="#d68">68</ref></item>
</list>

I couldn't get it to put <list> on a new line, but that's no biggie.

So, in sum, the combination of unticking 'format transformer output'
and setting 'strip whitespace' to 'none' or 'ignorable' yields quite
nice results.

Thanks very much, Andrew.

Joe


More information about the talk mailing list