[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: find and replace in javascript with XMLDOM object

Subject: Re: find and replace in javascript with XMLDOM object
From: Bryan Tarantina <bryantarantina@xxxxxxxxx>
Date: Mon, 8 Jul 2002 12:08:56 -0700 (PDT)
javascript replace lt
Jeni,

Here's the problem... I am using two different XSL
transformations on the same document... sequentially.
The first one turns XML to HTML, the second one takes
embedded comments in the HTML and displays them. The
comments contain HTML code. 

I have both XSL sheets written, however, when I
display the final output, I get the &lt; &gt; in the
output for the comments. 

The first transformation yields code like this:

<!-- <br /> Copyright Information ... -->

and after the second transformation (which is a simple
"grab the value of the comment":

&lt;br /&gt; Copyright Information

So, I am trying to use the javascript to comb through
the XMLDOM node before throwing it to the browser.

Bryan


--- Jeni Tennison <jeni@xxxxxxxxxxxxxxxx> wrote:
> Hi Bryan,
> 
> > 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?
> 
> Is it possible that you're using XSLT to create
> HTML-as-text but using
> the HTML output method rather than either creating
> HTML-as-HTML
> directly or using the text output method? If you
> were creating HTML as
> HTML directly or using the text output method then
> you wouldn't have
> to replace less-than sign entity references (&lt;)
> with less-than
> signs. So perhaps rather than tackling the
> JavaScript problem we could
> have a look at the XSLT that you're using and see if
> we can address
> the problem there?
> 
> Cheers,
> 
> Jeni
> 
> ---
> Jeni Tennison
> http://www.jenitennison.com/
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.