You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Fabian Huschka <fa...@dreicsystems.de> on 2000/11/07 19:56:58 UTC

Comment omitting?!?

Hello,

this is driving me nuts!
In a XML document I do have a tag which includes commented text.

<sometag>
<!-- some character data -->
</sometag>

Whenever I tell Xalan to transform this tag it omitts the commented character
data.
I tried a work around by defining the character data as an parameter entity -
same
result. Any ideas how to solve this?

Thanks,

Fabian