Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - XML File replace string
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

XML File replace string

 Post Reply Post Reply
Author
michael View Drop Down
Senior Member
Senior Member
Avatar

Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
Post Options Post Options   Thanks (0) Thanks(0)   Quote michael Quote  Post ReplyReply Direct Link To This Post Topic: XML File replace string
    Posted: 24 February 2003 at 1:46pm

I have an xml file withe a part looking like this:
<TransformationRules>
   <BIGateway>
    <SourceValue>http://doorknob/cgi-bin/ppdscgi.exe
</SourceValue>
    <TargetValue>http://grapeape/cgi-bin/ppdscgi.exe
</TargetValue>
   </BIGateway>
  </TransformationRules>

I need to find a way to replace the SourceValue with the TargetValue and replace the TargetValue's server name (in this case grapeape) with the computername the script is ran on. Does anyone have some experience with XML on how to accomplish that. I can figure the part on how to write it once is done myself, just not sure how to do the search / replace.

Thanks

Back to Top
MorningZ View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 May 2002
Location: United States
Status: Offline
Points: 1793
Post Options Post Options   Thanks (0) Thanks(0)   Quote MorningZ Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2003 at 2:05pm
you'll have to use XSL to transform that document into another XML doc

thats one way anyways...
Contribute to the working anarchy we fondly call the Internet
Back to Top
nittystone View Drop Down
Newbie
Newbie


Joined: 24 February 2003
Location: China
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote nittystone Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2003 at 8:55pm

set objdom=server.createobject("microsoft.xmldom")

objdom.load(yourxmlfilepath)

xPath="//TransformationRules/SourceValue"

objdom.selectsingleNode(xPath).text=yournewvalue

objdom.save(yourxmlfilepath)

 

Back to Top
michael View Drop Down
Senior Member
Senior Member
Avatar

Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
Post Options Post Options   Thanks (0) Thanks(0)   Quote michael Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2003 at 10:56am
thanks nittystone, i think i can start with that....
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.