You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Wolfgang Sommergut <ws...@sommergut.de> on 2000/06/26 10:45:34 UTC

Bug in Xalan/C?

Hi,

I'm trying to copy an element to the output tree. If the attribute value 
contains an entity (e.g. <meta name="Fach" content="H&#228;matologie, 
Onkologie"/>, Xalan/C (Linux) crashes (segmentation fault). It doesn't 
matter if I'm using "xsl:copy-of" or if I'm trying to reconstruct it with 
a literal result element or <xsl:element>.

Thanks for any help,

Wolfgang