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 gkittelson 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. dessertfox

    xsl to work for all explorers

    I am very new to xsl and xml and I am in the process of remaking my webpage. I uploaded the files (the xsl file, the xml file and the html file) and it works fine with explorer 6.0, but the xml data won't show up in explorer 5.5. How can I make the changes to the document in order for it to...
  2. dessertfox

    passing parameter between pages with XSL

    Hi, I am currently working on linking a couple of pages. The first page contains a list of names. The second page is a template page that displays the info of a person (the info is in a XML file) I would like to set the second page to display the corresponding person's info based on the link...
  3. dessertfox

    url for element

    as for my previous post, here is a segment of my code: <friend> <name>abc</name> <url>http://www.abcd.com</url> </friend> if I would like to have the name as an anchor that links to the url, how do I go about doing that in the xsl file?
  4. dessertfox

    url for element

    I am setting up my XML file right now, and I am trying to have a url link as one of the child element, is there anything I should do in the XSL file that is different than if it is regular data? Because when I first load the page, nothing was shown.
  5. dessertfox

    Inline frame

    how do I get rid of the visible border of the inline frame?

Part and Inventory Search

Back
Top