Hi According to what I found it might be quite implementation specific.
In http://www.stylusstudio.com/xquerytalk/201004/003992.html I found some instructions Using Saxon: declare namespace saxon = "http://saxon.sf.net/"; declare option saxon:output "indent=no"; declare option saxon:output "method=html";
Using eXist: declare namespace exist = "http://exist.sourceforge.net/NS/exist"; declare option exist:serialize "method=html indent=no"
Is there any simple trick to do that?
Thanks
Jan