You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Bojan Čekrlić <ce...@parsek.net> on 2001/02/01 09:55:43 UTC

Whilespaces

Hello.
 
I am not sure if this is a Xalan or Xerces issue, but I think it's the
former so I'm posting it here.
 
I have troubles with Xalan D05 and higher and their whitespace handling.
 
I am using D01 and parsing through XSL works fine with the following
XML:
 
<xml>
 ... other tags ...
</xml>
 
The same thing on D05 and higher returns nothing (=empty result). But,
when I change it to:
<xml>...other tags...</xml>
 
(so, that is: no whitespaces between tags) it works.
 
Is this a bug or am I missing something? Has anyone else had any similar
problems?
 
 
Regards, Boky