xsl-list
[Top] [All Lists]

AW: AW: Detecting carriage return and newline feed in XML Data

2004-11-01 03:00:28




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