John, Have you tried using <![CDATA[ ]]> inside your xml? It basically tells the xml processor to ignore the & and other reserved characters.
For more info check out Scott's site: http://www.xmlx.ca/webpage.xmlx?node=68 Good luck, Dave Green [EMAIL PROTECTED] > John Shaw wrote: > > Hi all, > > This code used to work. After my server died and we moved to another > old box, it stopped working. Since we were moving to a new machine, I > lived with it thinking it would work on the new machine...it still > don't work. I'm using win2k and the most recent Witango. > > Ampersands choke XML processing, so this is a real pain in the seat > muscle. > > <@REPLACE STR="@@orders[@@order_row,3]" FINDSTR="&" REPLACESTR="and"> > > Thanks, > John > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
