Hi,
> Appologies if you have already received this ...our email
> system is playing
> silly buggers...
>
>
>
> I'm having a problem with converting line feeds to html breaks.
>
>
>
> Microsoft value is
>
>
>
>
> Java /Unix value is
>
>
>
>
>
> When the page is transformed, the line breaks are huge depending on
> which
> value is used and what platform you display the page on.
In character data, all line breaks are normalized to #xA <http://localhost/TR/rec-xml/#sec-line-ends>, and the XPath source tree will only contain #xA characters for line breaks. However, if you use character references instead, they're left as is. What does your source look like?
Cheers,
Jarno
|