You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/16 16:45:17 UTC

DO NOT REPLY [Bug 6157] - Must merge multiple xsl:output statements per spec

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6157>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6157

Must merge multiple xsl:output statements per spec





------- Additional Comments From grchiu@ca.ibm.com  2002-10-16 14:45 -------
copyFrom() looks like it already adds OutputProperties in the correct order. In 
it, care is already taken to not reset attributes declared at a higher 
precedence.

Just removing the call to checkDuplicates should resolve the issue -- the 
function and m_propertiesLevels can probably be removed as well.