<imageurl>in the xml file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subbaraochs
    New Member
    • Aug 2008
    • 2

    <imageurl>in the xml file

    I had a conspiracy over how to select the <imageurl> in the xml to select the image from the website(<naviga teurl>)....so tat i can use the image displayed on my .aspx page
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    some code or other examples and a little more explanation might be helpful in clearing this matter

    Comment

    • subbaraochs
      New Member
      • Aug 2008
      • 2

      #3
      Originally posted by Dormilich
      some code or other examples and a little more explanation might be helpful in clearing this matter
      <xml>
      <imageurl>xxx x</imageurl>
      <navigateurl>yy yyy</navigateurl>
      </xml>

      here i need how to place that "xxxx" and "yyyy"....

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        Originally posted by subbaraochs
        here i need how to place that "xxxx" and "yyyy"...
        I still have no idea, what the problem is. could you explain it to me?

        regards

        Comment

        • jkmyoung
          Recognized Expert Top Contributor
          • Mar 2006
          • 2057

          #5
          What language are you using? If you could post some of your other processing code it would help.
          Are you trying to read/?write the xml from a file, a string, a HTTPRequest object?

          Comment

          Working...