Project

Profile

Help

Bug #3448

Updated by Michael Kay over 6 years ago

Under some scenarios, the item-separator serialization attribute is ignored. 

 Reported by Max Toro on the saxon-help list. T example given used 

 <pre> 
 <xsl:output method="xml" omit-xml-declaration="yes" item-separator="|" 
 build-tree="yes"/> 
 </pre>

Back