>
> Andrew,
> xml doesn't care about your data :), text() content of the title tag
> contains two newlines. Correct XML document should't contain them.
>

Er, real-world xml documents are full of them. It isn't a correctness
issue. That's why the XSLT spec provides the normalize-space()
function. Applying that to any input string will do the trick.

Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/

Reply via email to