Home » questions » if you know xml and have some programming skils..... read this and tell me if its possible?

if you know xml and have some programming skils..... read this and tell me if its possible?

2006-08-07 09:53:34, Category: Programming & Design
i have an xml program i have been utilizing which uses an api to extract information from a site, the program returns price info and i needed to know if there was a way to do an if > than goto sort of application. if the criteria for one of the returned info is met then i would like it to "goto" an assisgned web address. (i used to fool around with if then goto when i was like 10 or something, but am not skilled or versed in the languages of today.) if you know of a code snipit similar, where might one find it?

Answers

  1. Lou

    On 2006-08-07 10:27:38


    Are you a computer programmer? Because i am too.
  2. John J

    On 2006-08-07 09:58:46


    That is probably something you will need to do using the API. XSLT does have some conditionals, but not (to my knowledge) an ability to select a totally different source XML.