Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pknudsen

    Link to image in CDATA

    I should say: what I need is a output like this: example: <?xml version="1.0" encoding="UTF-8" ?> - <gpx> - <metadata> - <extensions> </extensions> </metadata> - <wpt lat="55.68316" lon="11.82938"> - <extensions> - <html> - <![CDATA[ <a target=_blank href="mymap/picture.jpg"><img...
  2. pknudsen

    Link to image in CDATA

    I suggest i should replace my CDATA with something. Can you explain me? If I replace my code in CDATA with text: $xml .= '<![CDATA[<a target=_blank href="mymap/picture.jpg"><img src="mymap/picture.jpg"/></a>]]>'; -then it works.
  3. pknudsen

    Link to image in CDATA

    In my XML-code I want to make a link to popup an image. I have this code: the data comes from this array: $files[] = array( "filename"=>$file, "intLatitude"=>$intLatitude, "intLongitude"=>$intLongitude); "directory"=>$$dh...
  4. pknudsen

    Create a XML-file from my php-array

    The [1.1] is the just the answer I need to tell me the syntax of the code. Maybe you will understand if I tell what I should use the file to? I should make a map in Gmaps (Googles map-system). It is needed that the input should be an XML- (or an XML- look-like) file. My code should result in...
  5. pknudsen

    Create a XML-file from my php-array

    I have an array created in php: $files[] = array( "filename"=>$file, "intLatitude"=>$intLatitude, "intLongitude"=>$intLongitude); I need to create a XML-file with the php-file informations included. It should look so...

Part and Inventory Search

Back
Top