Project

Profile

Help

Support #3903 » suppress-indentation-xml-method2.xq

Martin Honnen, 2018-09-13 14:46

 
declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";

declare namespace xhtml = "http://www.w3.org/1999/xhtml";

declare option output:method 'xml';
declare option output:indent 'yes';
declare option output:suppress-indentation 'xhtml:div';

.
(4-4/9)