[xsl] find and replace in javascript with XMLDOM object

Subject: [xsl] find and replace in javascript with XMLDOM object
From: Bryan Tarantina <bryantarantina@xxxxxxxxx>
Date: Mon, 8 Jul 2002 11:02:51 -0700 (PDT)
Hello,

Hopefully this will be a very simple answer. I have a
javascript that takes an XML and an XSL document and
transforms them into a variable. 

var htmloutput =  newxmlDoc.transformNode(newxslDoc)

that done, I want to search the htmloutput variable
for a string and replace:

var htmlout = htmloutput.replace(/&lt;/, "<");
document.write(htmlout); 

this works, but only for the first line... how can I
find and replace *every* occurrence?

Bryan

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread