Project

Profile

Help

Support #3903 » suppress-indentation-xhtml-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 'xhtml';
declare option output:indent 'yes';
declare option output:suppress-indentation 'xhtml:div';

.
(5-5/9)