[xsl] xpath: use translate() convert vbCrLf to <br>

Subject: [xsl] xpath: use translate() convert vbCrLf to <br>
From: "R. Erick Emde" <emder@xxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Mar 2004 14:51:26 -0500
Hi there,
I'm exporting data from Access to XML. Most everything is ok, but I have
a memo field that has carriage returns (vbCrLf) in it. The carriage
returns show up in the exported XML. I need to replace them with
'&lt;br>'. I'm trying to use xpath translate(), but I can't figure out
the pattern for it to match on.
Any ideas?
TIA,
Erick

Current Thread