[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
AW: AW: [xsl] Detecting carriage return and newline feed in XML Data
Subject: AW: AW: [xsl] Detecting carriage return and newline feed in XML Data
From: <michella@xxxxxxx>
Date: Mon, 1 Nov 2004 11:00:28 +0100
|
> The carriage return appears in the XML source data. Aren't there any
> technics to treat them in a custom way while parsing?(eg. by passing a
> parameter to the parser)?
yes, place the string in element content not an attribute value.
Then they will be normalised to a single #10 character.
David
----> Is it possible to convert the selected attribut field into element
while processing the stylesheet ? E.g. using the xsl:element or
something like that?
Regards
Lawrence
|